Remove second stripe key definition
This commit is contained in:
parent
a50095f873
commit
e176ad0817
1 changed files with 0 additions and 5 deletions
|
@ -176,8 +176,3 @@ USE_TZ = True
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
stripe.api_key = uncloud.secrets.STRIPE_KEY
|
stripe.api_key = uncloud.secrets.STRIPE_KEY
|
||||||
|
|
||||||
############
|
|
||||||
# Stripe
|
|
||||||
|
|
||||||
STRIPE_API_KEY = uncloud.secrets.STRIPE_API_KEY
|
|
||||||
|
|
Loading…
Reference in a new issue