Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Hugging Face 部署配置
|
| 2 |
host: "0.0.0.0"
|
| 3 |
-
port:
|
| 4 |
-
#
|
| 5 |
|
| 6 |
# 数据库配置(根据你的线上库修改)
|
| 7 |
# 注意:一定要包含 sslmode=require 或 disable
|
|
|
|
| 1 |
# Hugging Face 部署配置
|
| 2 |
host: "0.0.0.0"
|
| 3 |
+
port: 8317
|
| 4 |
+
# 设为8317防止和nginx冲突
|
| 5 |
|
| 6 |
# 数据库配置(根据你的线上库修改)
|
| 7 |
# 注意:一定要包含 sslmode=require 或 disable
|