mirror of
https://github.com/bitwarden/server.git
synced 2025-04-14 17:48:12 -05:00
preview domain adjustments
This commit is contained in:
parent
2aa7c6cfe3
commit
3b0a26fdaf
@ -279,7 +279,7 @@ namespace Bit.Api
|
|||||||
{
|
{
|
||||||
AllowedScopes = new string[] { "api" },
|
AllowedScopes = new string[] { "api" },
|
||||||
Authority = env.IsProduction() ? "https://api.bitwarden.com" : env.IsEnvironment("Preview") ?
|
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(),
|
RequireHttpsMetadata = !env.IsDevelopment(),
|
||||||
ApiName = "api",
|
ApiName = "api",
|
||||||
NameClaimType = ClaimTypes.Email,
|
NameClaimType = ClaimTypes.Email,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"globalSettings": {
|
"globalSettings": {
|
||||||
"baseVaultUri": "https://previewvault.bitwarden.com/#"
|
"baseVaultUri": "https://preview-vault.bitwarden.com/#"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user