mirror of
https://github.com/bitwarden/server
synced 2026-01-01 08:03:23 +00:00
move to standard appsettings.json
This commit is contained in:
13
src/Identity/appsettings.Production.json
Normal file
13
src/Identity/appsettings.Production.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseServiceUri": {
|
||||
"vault": "https://vault.bitwarden.com",
|
||||
"api": "https://api.bitwarden.com",
|
||||
"identity": "https://identity.bitwarden.com",
|
||||
"internalIdentity": "https://identity.bitwarden.com"
|
||||
},
|
||||
"braintree": {
|
||||
"production": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user