1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00

preview domain adjustments

This commit is contained in:
Kyle Spearrin 2017-04-18 22:56:59 -04:00
parent 2aa7c6cfe3
commit 3b0a26fdaf
2 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ namespace Bit.Api
{
AllowedScopes = new string[] { "api" },
Authority = env.IsProduction() ? "https://api.bitwarden.com" : env.IsEnvironment("Preview") ?
"https://bitwardenpreviewapi-j9dv6m.azurewebsites.net" : "http://localhost:4000",
"https://preview-api.bitwarden.com" : "http://localhost:4000",
RequireHttpsMetadata = !env.IsDevelopment(),
ApiName = "api",
NameClaimType = ClaimTypes.Email,

View File

@ -1,5 +1,5 @@
{
"globalSettings": {
"baseVaultUri": "https://previewvault.bitwarden.com/#"
"baseVaultUri": "https://preview-vault.bitwarden.com/#"
}
}