mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
* 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
|
|
}
|
|
}
|
|
}
|