From f116977498db7956f5326e8cd83926614cbcb428 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 26 Apr 2017 15:10:13 -0400 Subject: [PATCH] global settings --- src/Billing/settings.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/Billing/settings.json b/src/Billing/settings.json index f5863b13af..2fa3e9db00 100644 --- a/src/Billing/settings.json +++ b/src/Billing/settings.json @@ -6,7 +6,37 @@ } }, "globalSettings": { - + "siteName": "bitwarden", + "baseVaultUri": "http://localhost:4001/#", + "jwtSigningKey": "THIS IS A SECRET. IT KEEPS YOUR TOKEN SAFE. :)", + "stripeApiKey": "SECRET", + "sqlServer": { + "connectionString": "SECRET" + }, + "mail": { + "apiKey": "SECRET", + "replyToEmail": "hello@bitwarden.com" + }, + "push": { + "apnsCertificateThumbprint": "SECRET", + "apnsCertificatePassword": "SECRET", + "gcmSenderId": "SECRET", + "gcmApiKey": "SECRET", + "gcmAppPackageName": "com.x8bit.bitwarden" + }, + "identityServer": { + "certificateThumbprint": "SECRET" + }, + "dataProtection": { + "certificateThumbprint": "SECRET" + }, + "storage": { + "connectionString": "SECRET" + }, + "documentDb": { + "uri": "SECRET", + "key": "SECRET" + } }, "billingSettings": { "stripeWebhookKey": "SECRET"