初始化
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 监听地址(内网机,供外网 transit-go 访问)
|
||||
LISTEN_ADDR=:16001
|
||||
|
||||
# 通道一:业务监管数据上报(28212)
|
||||
SUPERVISE_TARGET_URL=https://59.202.52.129:28212/province/supervise/data
|
||||
|
||||
# 通道二:处方 PDF 文件上传(28211)
|
||||
FILE_TARGET_URL=https://59.202.52.129:28211/mng/file/auth/upload
|
||||
|
||||
# 兼容旧配置:仅当未设置 SUPERVISE_TARGET_URL 时生效
|
||||
# TARGET_URL=https://59.202.52.129:28212/province/supervise/data
|
||||
|
||||
# 逗号分隔允许来源 IP,空表示不限制(建议填 transit 外网机出口 IP)
|
||||
ALLOW_IPS=
|
||||
|
||||
# 应用日志根目录(默认 {程序目录}/../log/forward/)
|
||||
# LOG_DIR=D:\worker\code\log
|
||||
Reference in New Issue
Block a user