Explorar o código

fix: 修改 PostgreSQL 端口为 5434,避免与 zhagent 端口冲突

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
mengboxin137-blip hai 9 horas
pai
achega
148662b063
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .env

+ 1 - 1
.env

@@ -6,7 +6,7 @@
 DB_USER=postgres
 DB_PASSWORD=postgres123
 DB_NAME=aigcspace_test
-DB_PORT_EXTERNAL=5433
+DB_PORT_EXTERNAL=5434
 
 # ==================== Redis 配置 ====================
 REDIS_PASSWORD=redis123