From fd3d0be2d8703e6fd331ce06de2f2372baf017c3 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:13:04 +0800 Subject: [PATCH] Update config.py --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 30c9fe0..a3c1685 100644 --- a/config.py +++ b/config.py @@ -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 """