1
0
mirror of https://github.com/bitwarden/server synced 2026-01-01 08:03:23 +00:00

move to standard appsettings.json

This commit is contained in:
Kyle Spearrin
2017-10-18 23:32:27 -04:00
parent 045056389d
commit 8b07244c95
19 changed files with 26 additions and 33 deletions

View File

@@ -0,0 +1,13 @@
{
"globalSettings": {
"baseServiceUri": {
"vault": "https://vault.bitwarden.com",
"api": "https://api.bitwarden.com",
"identity": "https://identity.bitwarden.com",
"internalIdentity": "https://identity.bitwarden.com"
},
"braintree": {
"production": true
}
}
}