feat: 更新环境配置,添加 CORS 支持并修改服务器地址
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Server
|
||||
SERVER_PORT=3001
|
||||
SERVER_BASE_URL=http://localhost:3001
|
||||
SERVER_PORT=6667
|
||||
SERVER_BASE_URL=http://mark.cloud-xl.top:6667
|
||||
# CORS (comma-separated)
|
||||
CORS_ORIGINS=http://mark.cloud-xl.top:6666
|
||||
|
||||
# Postgres (server-side only)
|
||||
DATABASE_HOST=127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user