mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 17:45:21 -06:00
update global settings for icons service so URIs are available internally (#6303)
This commit is contained in:
parent
2c860df34b
commit
51c9958ff1
@ -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": {
|
"Logging": {
|
||||||
"IncludeScopes": false,
|
"IncludeScopes": false,
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|||||||
@ -1,4 +1,21 @@
|
|||||||
{
|
{
|
||||||
|
"globalSettings": {
|
||||||
|
"baseServiceUri": {
|
||||||
|
"vault": "https://vault.bitwarden.com",
|
||||||
|
"api": "https://api.bitwarden.com",
|
||||||
|
"identity": "https://identity.bitwarden.com",
|
||||||
|
"admin": "https://admin.bitwarden.com",
|
||||||
|
"notifications": "https://notifications.bitwarden.com",
|
||||||
|
"sso": "https://sso.bitwarden.com",
|
||||||
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||||||
|
"internalAdmin": "https://admin.bitwarden.com",
|
||||||
|
"internalIdentity": "https://identity.bitwarden.com",
|
||||||
|
"internalApi": "https://api.bitwarden.com",
|
||||||
|
"internalVault": "https://vault.bitwarden.com",
|
||||||
|
"internalSso": "https://sso.bitwarden.com",
|
||||||
|
"internalScim": "https://scim.bitwarden.com"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"IncludeScopes": false,
|
"IncludeScopes": false,
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|||||||
@ -1,4 +1,21 @@
|
|||||||
{
|
{
|
||||||
|
"globalSettings": {
|
||||||
|
"baseServiceUri": {
|
||||||
|
"vault": "https://vault.qa.bitwarden.pw",
|
||||||
|
"api": "https://api.qa.bitwarden.pw",
|
||||||
|
"identity": "https://identity.qa.bitwarden.pw",
|
||||||
|
"admin": "https://admin.qa.bitwarden.pw",
|
||||||
|
"notifications": "https://notifications.qa.bitwarden.pw",
|
||||||
|
"sso": "https://sso.qa.bitwarden.pw",
|
||||||
|
"internalNotifications": "https://notifications.qa.bitwarden.pw",
|
||||||
|
"internalAdmin": "https://admin.qa.bitwarden.pw",
|
||||||
|
"internalIdentity": "https://identity.qa.bitwarden.pw",
|
||||||
|
"internalApi": "https://api.qa.bitwarden.pw",
|
||||||
|
"internalVault": "https://vault.qa.bitwarden.pw",
|
||||||
|
"internalSso": "https://sso.qa.bitwarden.pw",
|
||||||
|
"internalScim": "https://scim.qa.bitwarden.pw"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"IncludeScopes": false,
|
"IncludeScopes": false,
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|||||||
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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user