fix: .env的默认mysql的配置改成默认postgres

This commit is contained in:
npc0-hue
2026-01-28 12:04:12 +08:00
parent 3d3468ef83
commit eded7b292b
+1 -1
View File
@@ -238,7 +238,7 @@ DB_TYPE=postgresql
# For MySQL, only `root` user is supported for now
DB_USERNAME=postgres
DB_PASSWORD=difyai123456
DB_HOST=db
DB_HOST=db_postgres
DB_PORT=5432
DB_DATABASE=dify