宇恒一号官网
This commit is contained in:
9
server/.env.example
Normal file
9
server/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 复制为 .env 或 .env.production 后修改
|
||||
# Go 不会自动加载 .env,需在启动前导出变量(见项目根目录 .env.example 的说明)
|
||||
|
||||
MONGODB_URI=mongodb://localhost:27017
|
||||
MONGODB_DB=yxd-agent-testing
|
||||
PORT=8080
|
||||
GIN_MODE=release
|
||||
SERVER_DOMAIN=https://api.example.com
|
||||
ALLOWED_ORIGINS=
|
||||
Reference in New Issue
Block a user