9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
# 启动debug日志 0:关闭 1:开启
|
||
DEBUG=1
|
||
|
||
# 访问IP限制
|
||
allowedIPs=['127.0.0.1']
|
||
|
||
# 激活PLUS功能的授权码
|
||
PLUS_KEY=
|