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

10 lines
133 B
PHP
Raw Normal View History

2016-07-04 07:04:10 -05:00
<?php
return [
'rest' => [
'username' => getenv('REST_USER'),
'password' => getenv('REST_PASSWORD'),
],
];