mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
fixes to env variable for id server
This commit is contained in:
parent
7088907766
commit
e7aa6980d5
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://preview-vault.bitwarden.com",
|
"vault": "https://preview-vault.bitwarden.com",
|
||||||
"api": "https://preview-api.bitwarden.com",
|
"api": "https://preview-api.bitwarden.com",
|
||||||
"identity": "https://preview-identity.bitwarden.com",
|
"identity": "https://preview-identity.bitwarden.com",
|
||||||
"identityInternal": "https://preview-identity.bitwarden.com"
|
"internalIdentity": "https://preview-identity.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://vault.bitwarden.com",
|
"vault": "https://vault.bitwarden.com",
|
||||||
"api": "https://api.bitwarden.com",
|
"api": "https://api.bitwarden.com",
|
||||||
"identity": "https://identity.bitwarden.com",
|
"identity": "https://identity.bitwarden.com",
|
||||||
"identityInternal": "https://identity.bitwarden.com"
|
"internalIdentity": "https://identity.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://vault.bitwarden.com",
|
"vault": "https://vault.bitwarden.com",
|
||||||
"api": "https://api.bitwarden.com",
|
"api": "https://api.bitwarden.com",
|
||||||
"identity": "https://identity.bitwarden.com",
|
"identity": "https://identity.bitwarden.com",
|
||||||
"identityInternal": "https://identity.bitwarden.com"
|
"internalIdentity": "https://identity.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://vault.bitwarden.com",
|
"vault": "https://vault.bitwarden.com",
|
||||||
"api": "https://api.bitwarden.com",
|
"api": "https://api.bitwarden.com",
|
||||||
"identity": "https://identity.bitwarden.com",
|
"identity": "https://identity.bitwarden.com",
|
||||||
"identityInternal": "https://identity.bitwarden.com"
|
"internalIdentity": "https://identity.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -49,7 +49,7 @@ namespace Bit.Core.Services
|
|||||||
throw new Exception("Invalid licensing certificate.");
|
throw new Exception("Invalid licensing certificate.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!CoreHelpers.SettingHasValue(_globalSettings.LicenseDirectory))
|
if(_globalSettings.SelfHosted && !CoreHelpers.SettingHasValue(_globalSettings.LicenseDirectory))
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException("No license directory.");
|
throw new InvalidOperationException("No license directory.");
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://preview-vault.bitwarden.com",
|
"vault": "https://preview-vault.bitwarden.com",
|
||||||
"api": "https://preview-api.bitwarden.com",
|
"api": "https://preview-api.bitwarden.com",
|
||||||
"identity": "https://preview-identity.bitwarden.com",
|
"identity": "https://preview-identity.bitwarden.com",
|
||||||
"identityInternal": "https://preview-identity.bitwarden.com"
|
"internalIdentity": "https://preview-identity.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://vault.bitwarden.com",
|
"vault": "https://vault.bitwarden.com",
|
||||||
"api": "https://api.bitwarden.com",
|
"api": "https://api.bitwarden.com",
|
||||||
"identity": "https://identity.bitwarden.com",
|
"identity": "https://identity.bitwarden.com",
|
||||||
"identityInternal": "https://identity.bitwarden.com"
|
"internalIdentity": "https://identity.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://vault.bitwarden.com",
|
"vault": "https://vault.bitwarden.com",
|
||||||
"api": "https://api.bitwarden.com",
|
"api": "https://api.bitwarden.com",
|
||||||
"identity": "https://identity.bitwarden.com",
|
"identity": "https://identity.bitwarden.com",
|
||||||
"identityInternal": "https://identity.bitwarden.com"
|
"internalIdentity": "https://identity.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://preview-vault.bitwarden.com",
|
"vault": "https://preview-vault.bitwarden.com",
|
||||||
"api": "https://preview-api.bitwarden.com",
|
"api": "https://preview-api.bitwarden.com",
|
||||||
"identity": "https://preview-identity.bitwarden.com",
|
"identity": "https://preview-identity.bitwarden.com",
|
||||||
"identityInternal": "https://preview-identity.bitwarden.com"
|
"internalIdentity": "https://preview-identity.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://vault.bitwarden.com",
|
"vault": "https://vault.bitwarden.com",
|
||||||
"api": "https://api.bitwarden.com",
|
"api": "https://api.bitwarden.com",
|
||||||
"identity": "https://identity.bitwarden.com",
|
"identity": "https://identity.bitwarden.com",
|
||||||
"identityInternal": "https://identity.bitwarden.com"
|
"internalIdentity": "https://identity.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"vault": "https://vault.bitwarden.com",
|
"vault": "https://vault.bitwarden.com",
|
||||||
"api": "https://api.bitwarden.com",
|
"api": "https://api.bitwarden.com",
|
||||||
"identity": "https://identity.bitwarden.com",
|
"identity": "https://identity.bitwarden.com",
|
||||||
"identityInternal": "https://identity.bitwarden.com"
|
"internalIdentity": "https://identity.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user