Skip to content

Commit 591c87a

Browse files
committed
constance 관리대상에 SLACK_SECRET 추가
1 parent 7668889 commit 591c87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyconkr/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,6 @@
132132
MEDIA_ROOT = os.path.join(BASE_DIR, "media/")
133133

134134
CONSTANCE_CONFIG = {
135-
'SPONSOR_NOTI_CHANNEL': ("", "후원사 변동사항에 대한 알림을 보낼 채널",),
135+
"SLACK_SECRET": ("", "Slack 알림 전송에 사용할 Secret",),
136+
"SPONSOR_NOTI_CHANNEL": ("", "후원사 변동사항에 대한 알림을 보낼 채널",),
136137
}

0 commit comments

Comments
 (0)