1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 16:43:25 +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

@@ -1,4 +1,21 @@
{
"globalSettings": {
"baseServiceUri": {
"vault": "https://localhost:8080",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"admin": "http://localhost:62911",
"notifications": "http://localhost:61840",
"sso": "http://localhost:51822",
"internalNotifications": "http://localhost:61840",
"internalAdmin": "http://localhost:62911",
"internalIdentity": "http://localhost:33656",
"internalApi": "http://localhost:4000",
"internalVault": "https://localhost:8080",
"internalSso": "http://localhost:51822",
"internalScim": "http://localhost:44559"
}
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {