Skip to content

Commit b85fd3d

Browse files
author
EpicFn
committed
fix : appplication-test 수정
1 parent 4725a91 commit b85fd3d

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/prod-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
-e KAKAO_CLIENT_ID="${{secrets.OAUTH_KAKAO_CLIENT_ID}}" \
102102
-e GOOGLE_CLIENT_ID="${{secrets.OAUTH_GOOGLE_CLIENT_ID}}" \
103103
-e GOOGLE_CLIENT_SECRET="${{secrets.OAUTH_GOOGLE_CLIENT_SECRET}}" \
104-
-e KAKAO_REDIRECT_URI="${{PROD_OAUTH_KAKAO_REDIRECT_URI}}" \
105-
-e GOOGLE_REDIRECT_URI="${{PROD_OAUTH_GOOGLE_REDIRECT_URI}}" \
104+
-e KAKAO_REDIRECT_URI="${{secrets.PROD_OAUTH_KAKAO_REDIRECT_URI}}" \
105+
-e GOOGLE_REDIRECT_URI="${{secrets.PROD_OAUTH_GOOGLE_REDIRECT_URI}}" \
106106
# Sentry
107107
-e SENTRY_DSN="${{secrets.SENTRY_DSN}}" \
108108
# OpenAI

src/main/resources/application-test.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,15 @@ front:
2929
seed:
3030
enabled: false
3131

32-
sentry:
33-
send-default-pii: true
34-
environment: local
35-
traces-sample-rate: 0.0
32+
sentry:
33+
dsn : ""
34+
send-default-pii: true
35+
environment: local
36+
traces-sample-rate: 0.0
3637

3738
sql:
3839
init:
3940
mode: never
4041

41-
app:
42-
seed:
43-
enabled: false
44-
4542
liveblocks:
4643
secret-key: test_dummy_liveblocks_secret_key

0 commit comments

Comments
 (0)