1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01:00

adjust settings

This commit is contained in:
Kyle Spearrin 2017-08-03 23:23:53 -04:00
parent ee9d8a074d
commit 9ed065077a
3 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
"globalSettings": {
"selfHosted": false,
"siteName": "bitwarden",
"stripeApiKey": "SECRET",
"baseServiceUri": {
"vault": "http://localhost:4001",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"identityInternal": "http://localhost:33656"
},
"stripeApiKey": "SECRET",
"sqlServer": {
"connectionString": "SECRET"
},

View File

@ -2,13 +2,13 @@
"globalSettings": {
"selfHosted": false,
"siteName": "bitwarden",
"stripeApiKey": "SECRET",
"baseServiceUri": {
"vault": "http://localhost:4001",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"identityInternal": "http://localhost:33656"
},
"stripeApiKey": "SECRET",
"sqlServer": {
"connectionString": "SECRET"
},

View File

@ -2,13 +2,13 @@
"globalSettings": {
"selfHosted": false,
"siteName": "bitwarden",
"stripeApiKey": "SECRET",
"baseServiceUri": {
"vault": "http://localhost:4001",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"identityInternal": "http://localhost:33656"
},
"stripeApiKey": "SECRET",
"sqlServer": {
"connectionString": "SECRET"
},