x-php-Admin/dist/config.js

10 lines
301 B
JavaScript
Raw Normal View History

2023-11-21 00:07:12 +00:00
const APP_CONFIG = {
2024-08-09 05:42:58 +00:00
"APP_NAME": "寄托天下",
"THEMESETTING": true,
"API_URL": "https:\/\/sysadmin.gter.net\/api",
"APP_VER": "5.2.00",
"TOKEN_NAME": "authorization",
2024-05-07 15:28:07 +00:00
"SESSIONNAME": "ADMINTOKEN",
2024-08-09 05:42:58 +00:00
"WEBSOCKET": "wss:\/\/socket.gter.net",
2024-05-07 15:28:07 +00:00
"MY_SHOW_LOGIN_OAUTH": true
2024-03-16 10:30:23 +00:00
};