diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/settings.Production.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/settings.Production.json b/docker/settings.Production.json new file mode 100644 index 00000000..a3e5e911 --- /dev/null +++ b/docker/settings.Production.json @@ -0,0 +1,9 @@ +{ + "appSettings": { + "apiUri": "/api", + "identityUri": "/identity", + "iconsUri": "/icons", + "stripeKey": "", + "braintreeKey": "" + } +} |