Update EU Prod config with correct production payment settings (#5874)
This commit is contained in:
parent
b734edba14
commit
ba8ad9598b
|
@ -4,6 +4,12 @@
|
||||||
"notifications": "https://notifications.bitwarden.eu",
|
"notifications": "https://notifications.bitwarden.eu",
|
||||||
"scim": "https://scim.bitwarden.eu"
|
"scim": "https://scim.bitwarden.eu"
|
||||||
},
|
},
|
||||||
|
"stripeKey": "pk_live_bpN0P37nMxrMQkcaHXtAybJk",
|
||||||
|
"braintreeKey": "production_qfbsv8kc_njj2zjtyngtjmbjd",
|
||||||
|
"paypal": {
|
||||||
|
"businessId": "4ZDA7DLUUJGMN",
|
||||||
|
"buttonAction": "https://www.paypal.com/cgi-bin/webscr"
|
||||||
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"secretsManager": true,
|
"secretsManager": true,
|
||||||
"showPasswordless": true
|
"showPasswordless": true
|
||||||
|
|
Loading…
Reference in New Issue