初始化

This commit is contained in:
李琦
2026-05-22 08:05:05 +08:00
commit fef6a17622
11 changed files with 342 additions and 0 deletions

17
.env.example Normal file
View 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