Created entity to persist rest tokens

This commit is contained in:
Alejandro Celaya
2016-07-04 14:04:10 +02:00
parent bbef3444c2
commit 56b2bd3d56
3 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
'rest' => [
'username' => getenv('REST_USER'),
'password' => getenv('REST_PASSWORD'),
],
];