php-auth-client/config/auth.php

14 lines
181 B
PHP
Raw Normal View History

2019-01-22 10:59:03 +00:00
<?php
return [
/**
* 支持的应用配置
*/
'apps' => [
'erp' => [
'id' => '100002',
'secret' => '123456',
],
],
];