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
2121POSTGRES_HOST = localhost
2222POSTGRES_PORT = 5432
2323
24- # ETC
24+ # Slack Notification
2525SLACK_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 5959 echo "POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}" >> .env
6060 echo "POSTGRES_PORT=${{ secrets.POSTGRES_PORT }}" >> .env
6161 echo "SENTRY_CLIENT_SECRET=${{ secrets.SENTRY_CLIENT_SECRET }}" >> .env
62+ echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env
6263 # AES 키들 추가 (테스트용 더미 키)
6364 echo "AES_KEY_0=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" >> .env
6465 echo "AES_KEY_1=bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" >> .env
You can’t perform that action at this time.
0 commit comments