File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ POSTGRES_PASSWORD=vd2
21
21
POSTGRES_HOST = localhost
22
22
POSTGRES_PORT = 5432
23
23
24
- # ETC
24
+ # Slack Notification
25
25
SLACK_WEBHOOK_URL = https://hooks.slack.com/services
26
- SLACK_CLIENT_SECRET = 374708bedd34ae70f814471ff24db7dedc4b9bee06a7e8ef9255a4f6c8bd9049 # 실제 키를 사용하세요
27
- SLACK_DSN = https://ingest.us.sentry.io
26
+
27
+ # Sentry Hook
28
+ SENTRY_CLIENT_SECRET = 374708bedd34ae70f814471ff24db7dedc4b9bee06a7e8ef9255a4f6c8bd9049 # 실제 키를 사용하세요
29
+ SENTRY_DSN = https://ingest.us.sentry.io
Original file line number Diff line number Diff line change 59
59
echo "POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}" >> .env
60
60
echo "POSTGRES_PORT=${{ secrets.POSTGRES_PORT }}" >> .env
61
61
echo "SENTRY_CLIENT_SECRET=${{ secrets.SENTRY_CLIENT_SECRET }}" >> .env
62
+ echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env
62
63
# AES 키들 추가 (테스트용 더미 키)
63
64
echo "AES_KEY_0=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" >> .env
64
65
echo "AES_KEY_1=bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" >> .env
You can’t perform that action at this time.
0 commit comments