fix: 修复nginx
This commit is contained in:
@@ -3,14 +3,7 @@ API_KEY=
|
||||
API_URL=
|
||||
API_MODEL=
|
||||
API_TIMEOUT=60
|
||||
|
||||
# 公告文本
|
||||
ANNOUNCEMENT_TEXT=欢迎使用!
|
||||
|
||||
# 后端服务地址(公网访问时需要设置为公网IP或域名)
|
||||
# 本地开发时可以使用:http://backend:8888
|
||||
# 公网访问时使用:http://your_public_ip:8888
|
||||
BACKEND_URL=http://localhost:8888
|
||||
|
||||
# 登录配置(为空时不需要登录,否则需要经过登录接口验证)
|
||||
LOGIN_PASSWORD=
|
||||
|
||||
Reference in New Issue
Block a user