mirror of
https://github.com/elyby/accounts.git
synced 2024-12-05 04:58:56 +05:30
6 lines
117 B
PHP
6 lines
117 B
PHP
<?php
|
|
return [
|
|
'userSecret' => 'some-long-secret-key',
|
|
'authserverDomain' => 'https://authserver.ely.by',
|
|
];
|