mirror of
https://github.com/bitwarden/server
synced 2026-01-08 19:43:34 +00:00
update global settings for icons service so URIs are available internally (#6303)
This commit is contained in:
19
src/Icons/appsettings.SelfHosted.json
Normal file
19
src/Icons/appsettings.SelfHosted.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseServiceUri": {
|
||||
"vault": null,
|
||||
"api": null,
|
||||
"identity": null,
|
||||
"admin": null,
|
||||
"notifications": null,
|
||||
"sso": null,
|
||||
"internalNotifications": null,
|
||||
"internalAdmin": null,
|
||||
"internalIdentity": null,
|
||||
"internalApi": null,
|
||||
"internalVault": null,
|
||||
"internalSso": null,
|
||||
"internalScim": null
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user