mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
11 lines
394 B
PHP
11 lines
394 B
PHP
<?php
|
|
//配置文件
|
|
return [
|
|
//'配置项'=>'配置值'
|
|
'AUTH_TICKET' => 'HglxnX64SU)vFO08TrsIMMtetTzFH6mv4R(SAWjJNvxP(26fj1pf$0mTL0(siqlF',
|
|
'API_HOST' => 'http://vr-api-01.chinacloudapp.cn:5002/',
|
|
'API_USER_LOGIN' => 'api/user/login',
|
|
'API_USER_CODE' => 'api/user/code',
|
|
'API_USER_REGISTER' => 'api/user/register',
|
|
'API_USER_CHANGE_PWD' => 'api/user/changepwd',
|
|
]; |