新增系统配置页(运营管理系统后台)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# 服务器配置
|
||||
BACKEND_HOST=127.0.0.1
|
||||
PORT=3000
|
||||
NODE_ENV=development
|
||||
|
||||
@@ -15,6 +16,10 @@ JWT_EXPIRES_IN=2h
|
||||
|
||||
# 游戏服务端代理地址
|
||||
GAME_SERVER_PROXY_URL=http://127.0.0.1:8080/tool/http
|
||||
GAME_PSK=THIS_IS_A_32_BYTE_FIXED_PSK!!!!1
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=info
|
||||
|
||||
# CORS配置
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
Reference in New Issue
Block a user