1
0
mirror of https://github.com/bitwarden/server synced 2026-01-10 12:33:49 +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,10 @@
{
"globalSettings": {
"baseServiceUri": {
"vault": "https://preview-vault.bitwarden.com",
"api": "https://preview-api.bitwarden.com",
"identity": "https://preview-identity.bitwarden.com",
"internalIdentity": "https://preview-identity.bitwarden.com"
}
}
}