dfgtf / conf.ini
eatYour's picture
Upload conf.ini
37cb577 verified
raw
history blame
No virus
364 Bytes
[System]
; 运行模式
Mode = master
; 监听端口
Listen = 0.0.0.0:7860
; 是否开启 Debug
Debug = false
; Session 密钥, 一般在首次启动时自动生成
SessionSecret = 23333
; Hash 加盐, 一般在首次启动时自动生成
HashIDSalt = something really hard to guss
; 呈递客户端 IP 时使用的 Header
ProxyHeader = X-Forwarded-For