mirror of
https://github.com/bitwarden/server.git
synced 2025-07-10 04:14:41 -05:00
deprec. api identity, set base uris from settings
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://preview-vault.bitwarden.com/#",
|
||||
"baseApiUri": "https://preview-api.bitwarden.com",
|
||||
"baseIdentityUri": "https://preview-identity.bitwarden.com",
|
||||
"u2f": {
|
||||
"appId": "https://preview-vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#",
|
||||
"baseApiUri": "https://api.bitwarden.com",
|
||||
"baseIdentityUri": "https://identity.bitwarden.com",
|
||||
"u2f": {
|
||||
"appId": "https://vault.bitwarden.com/app-id.json"
|
||||
},
|
||||
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#",
|
||||
"baseApiUri": "https://api.bitwarden.com",
|
||||
"baseIdentityUri": "https://identity.bitwarden.com",
|
||||
"u2f": {
|
||||
"appId": "https://vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
|
@ -2,6 +2,8 @@
|
||||
"globalSettings": {
|
||||
"siteName": "bitwarden",
|
||||
"baseVaultUri": "http://localhost:4001/#",
|
||||
"baseApiUri": "http://localhost:4000",
|
||||
"baseIdentityUri": "http://localhost:33656",
|
||||
"stripeApiKey": "SECRET",
|
||||
"sqlServer": {
|
||||
"connectionString": "SECRET"
|
||||
|
Reference in New Issue
Block a user