fix:修复后端ip地址配置
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
APP_NAME="HTML Knowledge API"
|
||||
API_PREFIX="/api"
|
||||
PUBLIC_BASE_URL="http://localhost:8009"
|
||||
PUBLIC_BASE_URL="http://180.76.245.69:8009"
|
||||
ALLOWED_ORIGINS=["*"]
|
||||
HTML_STORAGE_DIR="./data/generated_html"
|
||||
DEFAULT_RETENTION_DAYS=7
|
||||
|
||||
Reference in New Issue
Block a user