1
0
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:
Nick Krantz
2025-09-11 08:21:04 -05:00
committed by GitHub
parent 2c860df34b
commit 51c9958ff1
4 changed files with 70 additions and 0 deletions

View 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
}
}
}