Update config.py

这个提交包含在:
binary-husky
2023-07-05 14:13:04 +08:00
提交者 GitHub
父节点 ae623258f3
当前提交 fd3d0be2d8

查看文件

@@ -1,8 +1,8 @@
""" """
以下所有配置也都支持使用利用环境变量配置,环境变量配置格式见docker-compose.yml。 以下所有配置也都支持利用环境变量覆写,环境变量配置格式见docker-compose.yml。
读取优先级:环境变量 > config_private.py > config.py 读取优先级:环境变量 > config_private.py > config.py
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
All the following configurations also support using environment variables to configure, All the following configurations also support using environment variables to override,
and the environment variable configuration format can be seen in docker-compose.yml. and the environment variable configuration format can be seen in docker-compose.yml.
Configuration reading priority: environment variable > config_private.py > config.py Configuration reading priority: environment variable > config_private.py > config.py
""" """