shlink/module/Rest/config/rest.config.php

10 lines
127 B
PHP
Raw Normal View History

2016-07-04 15:04:10 +03:00
<?php
return [
'rest' => [
2016-08-01 15:36:39 +03:00
'username' => env('REST_USER'),
'password' => env('REST_PASSWORD'),
2016-07-04 15:04:10 +03:00
],
];