mirror of
https://github.com/elyby/accounts.git
synced 2024-12-14 09:29:01 +05:30
5 lines
61 B
PHP
5 lines
61 B
PHP
|
<?php
|
||
|
return [
|
||
|
'jwtSecret' => 'some-long-secret-key',
|
||
|
];
|