php-auth-client/config/auth.php
2019-01-22 18:59:03 +08:00

14 lines
181 B
PHP

<?php
return [
/**
* 支持的应用配置
*/
'apps' => [
'erp' => [
'id' => '100002',
'secret' => '123456',
],
],
];