Skip to content
Snippets Groups Projects
Commit e8c5bde6 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'swap-issuer-domain-order' into 'develop'

Put the original domain first

See merge request !95
parents 5ba31506 d9e50b9d
No related branches found
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!95Put the original domain first
Pipeline #670 failed
......@@ -3,8 +3,8 @@
, "stripeSecretKeyPath": "./secrets/stripe.secret"
, "passValue": 1000000
, "issuerDomains": [
"payments.private.storage"
, "payments.privatestorage.io"
"payments.privatestorage.io"
, "payments.private.storage"
]
, "letsEncryptAdminEmail": "jean-paul@privatestorage.io"
, "allowedChargeOrigins": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment