Skip to content

Commit 27c1008

Browse files
[EA3-212] refactor: 더미 수정
1 parent 0bcde7c commit 27c1008

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/ci-pr.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,28 @@ jobs:
8080
# ---- 자리값 더미(컨텍스트 부팅용) ---
8181
# 파일 업로드 경로 (핵심)
8282
UPLOAD_PATH: /tmp/uploads # upload.path와 자동 매핑 (relaxed binding)
83+
8384
# JWT / Mail
8485
JWT_SECRET: dummy
8586
SMTP_USERNAME: [email protected]
8687
SMTP_PASSWORD: dummy
88+
8789
# OAuth2
8890
GOOGLE_CLIENT_ID: dummy
8991
GOOGLE_CLIENT_SECRET: dummy
9092
GOOGLE_REDIRECT_URI: http://localhost/login/oauth2/code/google
93+
9194
# Redis (값만 읽는 코드 대비)
92-
REDIS_HOST: localhost
93-
REDIS_PORT: "6379"
94-
REDIS_USERNAME: default
95-
REDIS_PASSWORD: dummy
95+
SPRING_DATA_REDIS_HOST: localhost
96+
SPRING_DATA_REDIS_PORT: "6379"
97+
SPRING_DATA_REDIS_USERNAME: default
98+
SPRING_DATA_REDIS_PASSWORD: dummy
99+
SPRING_DATA_REDIS_SSL_ENABLED: "false"
100+
96101
# 도메인 기본값
97102
FRONT_SERVER_DOMAIN: http://localhost:3000
98-
APP_DOMAIN: http://localhost:8080
103+
APP_DOMAIN: http://localhost:80
104+
99105
# LangChain/Gemini
100106
GEMINI_API_KEY: "dummy"
101107

0 commit comments

Comments
 (0)