mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
Add COINBASE_WEBHOOK_SECRET, COINBASE_CHECKOUT_ID config
This commit is contained in:
parent
02c74e6a5a
commit
0542adb761
@ -358,3 +358,6 @@ PGP_SIGNER = os.environ.get("PGP_SIGNER")
|
|||||||
|
|
||||||
# emails that have empty From address is sent from this special reverse-alias
|
# emails that have empty From address is sent from this special reverse-alias
|
||||||
NOREPLY = os.environ.get("NOREPLY", f"noreply@{EMAIL_DOMAIN}")
|
NOREPLY = os.environ.get("NOREPLY", f"noreply@{EMAIL_DOMAIN}")
|
||||||
|
|
||||||
|
COINBASE_WEBHOOK_SECRET = os.environ.get("COINBASE_WEBHOOK_SECRET")
|
||||||
|
COINBASE_CHECKOUT_ID = os.environ.get("COINBASE_CHECKOUT_ID")
|
||||||
|
@ -166,3 +166,7 @@ DISABLE_ONBOARDING=true
|
|||||||
|
|
||||||
# if set, used to sign the forwarding emails
|
# if set, used to sign the forwarding emails
|
||||||
# PGP_SENDER_PRIVATE_KEY_PATH=local_data/private-pgp.asc
|
# PGP_SENDER_PRIVATE_KEY_PATH=local_data/private-pgp.asc
|
||||||
|
|
||||||
|
# Coinbase
|
||||||
|
# COINBASE_WEBHOOK_SECRET=to_fill
|
||||||
|
# COINBASE_CHECKOUT_ID=to_fill
|
Loading…
Reference in New Issue
Block a user