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:
10
src/Api/appsettings.Preview.json
Normal file
10
src/Api/appsettings.Preview.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user