chef_agent
This commit is contained in:
@@ -18,6 +18,13 @@ DATABASE_POOL_SIZE=10
|
||||
DATABASE_MAX_OVERFLOW=20
|
||||
DATABASE_ECHO=False
|
||||
|
||||
# 数据库Postgres配置
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="123456"
|
||||
POSTGRES_HOST="127.0.0.1"
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DB="postgres"
|
||||
|
||||
# CORS配置
|
||||
ALLOWED_ORIGINS=["*"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user