x-php-Admin/public/config.js

10 lines
301 B
JavaScript
Raw Normal View History

2023-06-07 10:48:30 +00:00
const APP_CONFIG = {
2024-08-08 11:02:51 +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-08 11:02:51 +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
};