update:readme
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
from starlette.config import Config
|
||||
import os
|
||||
import shutil
|
||||
import encoding_convert
|
||||
# import encoding_convert
|
||||
|
||||
# 配置文件.env
|
||||
# 请将.env移动至data目录,方便docker部署
|
||||
@@ -9,9 +9,9 @@ import encoding_convert
|
||||
if os.path.exists('.env'):
|
||||
# 将文件复制到data目录
|
||||
shutil.copy('.env', 'data/.env')
|
||||
if os.path.exists('data/.env'):
|
||||
# 获取data目录下的.env文件编码,如果为utf-8编码,就转换为gbk编码
|
||||
encoding_convert.convert_encoding('./data/.env')
|
||||
# if os.path.exists('data/.env'):
|
||||
# # 获取data目录下的.env文件编码,如果为utf-8编码,就转换为gbk编码
|
||||
# encoding_convert.convert_encoding('./data/.env')
|
||||
|
||||
config = Config("data/.env")
|
||||
# 是否开启DEBUG模式
|
||||
|
||||
Reference in New Issue
Block a user