Revert "[szhang01/fix_env_overwrite] Comment out unnecessary setting in env.py.example"

This commit is contained in:
pjialin
2020-01-06 12:28:32 +08:00
committed by GitHub
parent 0316e52e90
commit c82a94de39

View File

@@ -77,9 +77,7 @@ BARK_ENABLED = 0
BARK_PUSH_URL = 'https://api.day.app/:your_token'
# 输出日志到文件
# 默认设置不需要related issue: https://github.com/pjialin/py12306/issues/319
# 如需更改再 uncomment 掉下面这行
# OUT_PUT_LOG_TO_FILE_ENABLED = 0
OUT_PUT_LOG_TO_FILE_ENABLED = 0
OUT_PUT_LOG_TO_FILE_PATH = 'runtime/12306.log' # 日志目录
# 分布式集群配置