가이드 업데이트 및 DB 설정 변경

- CLAUDE.md 가이드 섹션 최신화 (2025-11-18)
- GradleWrapper생성가이드, ArgoCD파이프라인준비가이드 등 신규 가이드 추가
- bill-inquiry-postgres LoadBalancer 타입 변경
- 서비스 실행 프로파일 업데이트 (bill-service, product-service, user-service)
- kos-mock 데이터베이스 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ondal
2025-11-21 15:07:31 +09:00
parent d4a379196a
commit 4390a0a7a4
6 changed files with 20 additions and 375 deletions
+3 -3
View File
@@ -4,11 +4,11 @@
<option name="env">
<map>
<entry key="CORS_ALLOWED_ORIGINS" value="http://localhost:3000" />
<entry key="DB_HOST" value="20.249.70.6" />
<entry key="DB_HOST" value="localhost" />
<entry key="DB_KIND" value="postgresql" />
<entry key="DB_NAME" value="phonebill_auth" />
<entry key="DB_PASSWORD" value="AuthUser2025!" />
<entry key="DB_PORT" value="5432" />
<entry key="DB_PASSWORD" value="AuthUser2025@" />
<entry key="DB_PORT" value="15432" />
<entry key="DB_USERNAME" value="auth_user" />
<entry key="DDL_AUTO" value="update" />
<entry key="JWT_ACCESS_TOKEN_VALIDITY" value="18000000" />