Skip to content

Commit 65fa7f4

Browse files
authored
Merge pull request #372 from metabrainz/stripe
Use consul config for webhook secret in prod too
2 parents 0c27db1 + 02ba56c commit 65fa7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consul_config.py.ctmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PAYPAL_BUSINESS = '''{{template "KEY" "payments/paypal/business_email"}}'''
4141
STRIPE_KEYS = {
4242
"SECRET": '''{{template "KEY" "payments/stripe/prod/secret"}}''',
4343
"PUBLISHABLE": '''{{template "KEY" "payments/stripe/prod/publishable"}}''',
44-
"WEBHOOK_SECRET": '''''',
44+
"WEBHOOK_SECRET": '''{{template "KEY" "payments/stripe/prod/webhook_secret"}}''',
4545
}
4646
STRIPE_TEST_KEYS = {
4747
"SECRET": '''{{template "KEY" "payments/stripe/test/secret"}}''',

0 commit comments

Comments
 (0)