Enable Stripe test keys in dev namespace
This commit is contained in:
parent
ec19e2f78e
commit
b5c9a81fbd
1 changed files with 12 additions and 2 deletions
|
@ -96,11 +96,21 @@ function (slug, sha) {
|
|||
},
|
||||
{
|
||||
"name": "STRIPE_PUBLIC_KEY",
|
||||
"value": "5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B"
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "STRIPE_PUBLIC_KEY",
|
||||
"name": "symposion-app-config"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "STRIPE_SECRET_KEY",
|
||||
"value": "5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B"
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "STRIPE_SECRET_KEY",
|
||||
"name": "symposion-app-config"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SYMPOSION_DEV_MODE",
|
||||
|
|
Loading…
Reference in a new issue