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-05-28 10:32:22 +00:00
"APP_NAME": "寄托天下",
2024-07-19 11:03:02 +00:00
"THEMESETTING": true,
"API_URL": "https:\/\/sysadmin.gter.net\/api",
"APP_VER": "5.1.66",
2024-05-28 10:32:22 +00:00
"TOKEN_NAME": "authorization",
2024-05-07 15:28:07 +00:00
"SESSIONNAME": "ADMINTOKEN",
2024-07-19 11:03:02 +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
};