Skip to content

Commit 6c74f84

Browse files
authored
Merge pull request #70 from imkratos/patch-1
修改yml值属性
2 parents 8240a4b + cc7d3be commit 6c74f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ services:
266266
# mongodb 的连接字符串
267267
MONGODB_URL: 'mongodb://chatgpt:xxxx@database:27017'
268268
# 网站是否开启注册
269-
REGISTER_ENABLED: true
269+
REGISTER_ENABLED: 'true'
270270
# 开启注册之后 网站注册允许的邮箱后缀 如果空 则允许任意后缀
271271
REGISTER_MAILS: '@qq.com,@sina.com,@163.com'
272272
# 开启注册之后 密码加密的盐
@@ -278,11 +278,11 @@ services:
278278
# 开启注册之后 发送验证邮箱配置
279279
SMTP_HOST: smtp.exmail.qq.com
280280
SMTP_PORT: 465
281-
SMTP_TSL: true
281+
SMTP_TSL: 'true'
282282
SMTP_USERNAME: noreply@examile.com
283283
SMTP_PASSWORD: xxx
284284
# 是否开启敏感词审核, 因为响应结果是流式 所以暂时没审核
285-
AUDIT_ENABLED: false
285+
AUDIT_ENABLED: 'false'
286286
# https://ai.baidu.com/ai-doc/ANTIPORN/Vk3h6xaga
287287
AUDIT_PROVIDER: baidu
288288
AUDIT_API_KEY: xxx

0 commit comments

Comments
 (0)