Update config.py

This commit is contained in:
binary-husky 2023-07-05 14:13:04 +08:00 committed by GitHub
parent ae623258f3
commit fd3d0be2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
"""
以下所有配置也都支持使用利用环境变量配置环境变量配置格式见docker-compose.yml
以下所有配置也都支持利用环境变量覆写环境变量配置格式见docker-compose.yml
读取优先级环境变量 > 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.
Configuration reading priority: environment variable > config_private.py > config.py
"""