mirror of
https://github.com/bitwarden/server.git
synced 2024-11-24 12:35:25 +01:00
83e68bce06
* enable default appsettings for self hosted installs * change setters to use arrow functions * fix tests * fix global settings ref
21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"globalSettings": {
|
|
"baseServiceUri": {
|
|
"vault": null,
|
|
"api": null,
|
|
"identity": null,
|
|
"admin": null,
|
|
"notifications": null,
|
|
"sso": null,
|
|
"portal": null,
|
|
"internalNotifications": null,
|
|
"internalAdmin": null,
|
|
"internalIdentity": null,
|
|
"internalApi": null,
|
|
"internalVault": null,
|
|
"internalSso": null,
|
|
"internalPortal": null
|
|
}
|
|
}
|
|
}
|