fix(backend): PostgreSQL sslmode 를 env 로(기본 prefer) — 고객사 내부 PG 가 SSL 미지원

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
lee-hyeon-cheol
2026-09-21 14:01:29 +09:00
co-authored by Claude Fable 5.1
parent 9fc93ffbce
commit fa738a7a2c
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ DB_USER=
DB_PASSWORD=
DB_NAME=
DB_SCHEMA=codeassist
# SSL: prefer(기본, 되면 씀) / require / disable. 고객사 내부 PG 는 SSL 미지원이라 prefer 면 알아서 평문
DB_SSLMODE=prefer
# 프론트 origin (dev 는 Vite proxy 라 안 탐. Tauri 빌드용)
CORS_ORIGINS=http://localhost:15173,http://tauri.localhost,tauri://localhost