mirror of
https://github.com/bitwarden/server.git
synced 2025-04-18 11:38:15 -05:00
add missing baseServiceUris
This commit is contained in:
parent
59f8467f7c
commit
614859a8bc
@ -7,12 +7,14 @@
|
|||||||
"admin": "https://admin.bitwarden.com",
|
"admin": "https://admin.bitwarden.com",
|
||||||
"notifications": "https://notifications.bitwarden.com",
|
"notifications": "https://notifications.bitwarden.com",
|
||||||
"sso": "https://sso.bitwarden.com",
|
"sso": "https://sso.bitwarden.com",
|
||||||
|
"portal": "http://portal.bitwarden.com",
|
||||||
"internalNotifications": "https://notifications.bitwarden.com",
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||||||
"internalAdmin": "https://admin.bitwarden.com",
|
"internalAdmin": "https://admin.bitwarden.com",
|
||||||
"internalIdentity": "https://identity.bitwarden.com",
|
"internalIdentity": "https://identity.bitwarden.com",
|
||||||
"internalApi": "https://api.bitwarden.com",
|
"internalApi": "https://api.bitwarden.com",
|
||||||
"internalVault": "https://vault.bitwarden.com",
|
"internalVault": "https://vault.bitwarden.com",
|
||||||
"internalSso": "https://sso.bitwarden.com"
|
"internalSso": "https://sso.bitwarden.com",
|
||||||
|
"internalPortal": "https://portal.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -11,12 +11,14 @@
|
|||||||
"admin": "http://localhost:62911",
|
"admin": "http://localhost:62911",
|
||||||
"notifications": "http://localhost:61840",
|
"notifications": "http://localhost:61840",
|
||||||
"sso": "http://localhost:51822",
|
"sso": "http://localhost:51822",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
"internalNotifications": "http://localhost:61840",
|
"internalNotifications": "http://localhost:61840",
|
||||||
"internalAdmin": "http://localhost:62911",
|
"internalAdmin": "http://localhost:62911",
|
||||||
"internalIdentity": "http://localhost:33656",
|
"internalIdentity": "http://localhost:33656",
|
||||||
"internalApi": "http://localhost:4000",
|
"internalApi": "http://localhost:4000",
|
||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822"
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
},
|
},
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
|
@ -7,12 +7,14 @@
|
|||||||
"admin": "https://admin.bitwarden.com",
|
"admin": "https://admin.bitwarden.com",
|
||||||
"notifications": "https://notifications.bitwarden.com",
|
"notifications": "https://notifications.bitwarden.com",
|
||||||
"sso": "https://sso.bitwarden.com",
|
"sso": "https://sso.bitwarden.com",
|
||||||
|
"portal": "http://portal.bitwarden.com",
|
||||||
"internalNotifications": "https://notifications.bitwarden.com",
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||||||
"internalAdmin": "https://admin.bitwarden.com",
|
"internalAdmin": "https://admin.bitwarden.com",
|
||||||
"internalIdentity": "https://identity.bitwarden.com",
|
"internalIdentity": "https://identity.bitwarden.com",
|
||||||
"internalApi": "https://api.bitwarden.com",
|
"internalApi": "https://api.bitwarden.com",
|
||||||
"internalVault": "https://vault.bitwarden.com",
|
"internalVault": "https://vault.bitwarden.com",
|
||||||
"internalSso": "https://sso.bitwarden.com"
|
"internalSso": "https://sso.bitwarden.com",
|
||||||
|
"internalPortal": "https://portal.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -11,12 +11,14 @@
|
|||||||
"admin": "http://localhost:62911",
|
"admin": "http://localhost:62911",
|
||||||
"notifications": "http://localhost:61840",
|
"notifications": "http://localhost:61840",
|
||||||
"sso": "http://localhost:51822",
|
"sso": "http://localhost:51822",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
"internalNotifications": "http://localhost:61840",
|
"internalNotifications": "http://localhost:61840",
|
||||||
"internalAdmin": "http://localhost:62911",
|
"internalAdmin": "http://localhost:62911",
|
||||||
"internalIdentity": "http://localhost:33656",
|
"internalIdentity": "http://localhost:33656",
|
||||||
"internalApi": "http://localhost:4000",
|
"internalApi": "http://localhost:4000",
|
||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822"
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
},
|
},
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
|
@ -7,12 +7,14 @@
|
|||||||
"admin": "https://admin.bitwarden.com",
|
"admin": "https://admin.bitwarden.com",
|
||||||
"notifications": "https://notifications.bitwarden.com",
|
"notifications": "https://notifications.bitwarden.com",
|
||||||
"sso": "https://sso.bitwarden.com",
|
"sso": "https://sso.bitwarden.com",
|
||||||
|
"portal": "http://portal.bitwarden.com",
|
||||||
"internalNotifications": "https://notifications.bitwarden.com",
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||||||
"internalAdmin": "https://admin.bitwarden.com",
|
"internalAdmin": "https://admin.bitwarden.com",
|
||||||
"internalIdentity": "https://identity.bitwarden.com",
|
"internalIdentity": "https://identity.bitwarden.com",
|
||||||
"internalApi": "https://api.bitwarden.com",
|
"internalApi": "https://api.bitwarden.com",
|
||||||
"internalVault": "https://vault.bitwarden.com",
|
"internalVault": "https://vault.bitwarden.com",
|
||||||
"internalSso": "https://sso.bitwarden.com"
|
"internalSso": "https://sso.bitwarden.com",
|
||||||
|
"internalPortal": "https://portal.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -11,12 +11,14 @@
|
|||||||
"admin": "http://localhost:62911",
|
"admin": "http://localhost:62911",
|
||||||
"notifications": "http://localhost:61840",
|
"notifications": "http://localhost:61840",
|
||||||
"sso": "http://localhost:51822",
|
"sso": "http://localhost:51822",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
"internalNotifications": "http://localhost:61840",
|
"internalNotifications": "http://localhost:61840",
|
||||||
"internalAdmin": "http://localhost:62911",
|
"internalAdmin": "http://localhost:62911",
|
||||||
"internalIdentity": "http://localhost:33656",
|
"internalIdentity": "http://localhost:33656",
|
||||||
"internalApi": "http://localhost:4000",
|
"internalApi": "http://localhost:4000",
|
||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822"
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
},
|
},
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
|
@ -7,12 +7,14 @@
|
|||||||
"admin": "https://admin.bitwarden.com",
|
"admin": "https://admin.bitwarden.com",
|
||||||
"notifications": "https://notifications.bitwarden.com",
|
"notifications": "https://notifications.bitwarden.com",
|
||||||
"sso": "https://sso.bitwarden.com",
|
"sso": "https://sso.bitwarden.com",
|
||||||
|
"portal": "http://portal.bitwarden.com",
|
||||||
"internalNotifications": "https://notifications.bitwarden.com",
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||||||
"internalAdmin": "https://admin.bitwarden.com",
|
"internalAdmin": "https://admin.bitwarden.com",
|
||||||
"internalIdentity": "https://identity.bitwarden.com",
|
"internalIdentity": "https://identity.bitwarden.com",
|
||||||
"internalApi": "https://api.bitwarden.com",
|
"internalApi": "https://api.bitwarden.com",
|
||||||
"internalVault": "https://vault.bitwarden.com",
|
"internalVault": "https://vault.bitwarden.com",
|
||||||
"internalSso": "https://sso.bitwarden.com"
|
"internalSso": "https://sso.bitwarden.com",
|
||||||
|
"internalPortal": "https://portal.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,12 +9,14 @@
|
|||||||
"admin": "http://localhost:62911",
|
"admin": "http://localhost:62911",
|
||||||
"notifications": "http://localhost:61840",
|
"notifications": "http://localhost:61840",
|
||||||
"sso": "http://localhost:51822",
|
"sso": "http://localhost:51822",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
"internalNotifications": "http://localhost:61840",
|
"internalNotifications": "http://localhost:61840",
|
||||||
"internalAdmin": "http://localhost:62911",
|
"internalAdmin": "http://localhost:62911",
|
||||||
"internalIdentity": "http://localhost:33656",
|
"internalIdentity": "http://localhost:33656",
|
||||||
"internalApi": "http://localhost:4000",
|
"internalApi": "http://localhost:4000",
|
||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822"
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
},
|
},
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
|
@ -7,12 +7,14 @@
|
|||||||
"admin": "https://admin.bitwarden.com",
|
"admin": "https://admin.bitwarden.com",
|
||||||
"notifications": "https://notifications.bitwarden.com",
|
"notifications": "https://notifications.bitwarden.com",
|
||||||
"sso": "https://sso.bitwarden.com",
|
"sso": "https://sso.bitwarden.com",
|
||||||
|
"portal": "http://portal.bitwarden.com",
|
||||||
"internalNotifications": "https://notifications.bitwarden.com",
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||||||
"internalAdmin": "https://admin.bitwarden.com",
|
"internalAdmin": "https://admin.bitwarden.com",
|
||||||
"internalIdentity": "https://identity.bitwarden.com",
|
"internalIdentity": "https://identity.bitwarden.com",
|
||||||
"internalApi": "https://api.bitwarden.com",
|
"internalApi": "https://api.bitwarden.com",
|
||||||
"internalVault": "https://vault.bitwarden.com",
|
"internalVault": "https://vault.bitwarden.com",
|
||||||
"internalSso": "https://sso.bitwarden.com"
|
"internalSso": "https://sso.bitwarden.com",
|
||||||
|
"internalPortal": "https://portal.bitwarden.com"
|
||||||
},
|
},
|
||||||
"braintree": {
|
"braintree": {
|
||||||
"production": true
|
"production": true
|
||||||
|
@ -12,12 +12,14 @@
|
|||||||
"admin": "http://localhost:62911",
|
"admin": "http://localhost:62911",
|
||||||
"notifications": "http://localhost:61840",
|
"notifications": "http://localhost:61840",
|
||||||
"sso": "http://localhost:51822",
|
"sso": "http://localhost:51822",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
"internalNotifications": "http://localhost:61840",
|
"internalNotifications": "http://localhost:61840",
|
||||||
"internalAdmin": "http://localhost:62911",
|
"internalAdmin": "http://localhost:62911",
|
||||||
"internalIdentity": "http://localhost:33656",
|
"internalIdentity": "http://localhost:33656",
|
||||||
"internalApi": "http://localhost:4000",
|
"internalApi": "http://localhost:4000",
|
||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822"
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
},
|
},
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
|
@ -7,12 +7,14 @@
|
|||||||
"admin": "https://admin.bitwarden.com",
|
"admin": "https://admin.bitwarden.com",
|
||||||
"notifications": "https://notifications.bitwarden.com",
|
"notifications": "https://notifications.bitwarden.com",
|
||||||
"sso": "https://sso.bitwarden.com",
|
"sso": "https://sso.bitwarden.com",
|
||||||
|
"portal": "http://portal.bitwarden.com",
|
||||||
"internalNotifications": "https://notifications.bitwarden.com",
|
"internalNotifications": "https://notifications.bitwarden.com",
|
||||||
"internalAdmin": "https://admin.bitwarden.com",
|
"internalAdmin": "https://admin.bitwarden.com",
|
||||||
"internalIdentity": "https://identity.bitwarden.com",
|
"internalIdentity": "https://identity.bitwarden.com",
|
||||||
"internalApi": "https://api.bitwarden.com",
|
"internalApi": "https://api.bitwarden.com",
|
||||||
"internalVault": "https://vault.bitwarden.com",
|
"internalVault": "https://vault.bitwarden.com",
|
||||||
"internalSso": "https://sso.bitwarden.com"
|
"internalSso": "https://sso.bitwarden.com",
|
||||||
|
"internalPortal": "https://portal.bitwarden.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,12 +9,14 @@
|
|||||||
"admin": "http://localhost:62911",
|
"admin": "http://localhost:62911",
|
||||||
"notifications": "http://localhost:61840",
|
"notifications": "http://localhost:61840",
|
||||||
"sso": "http://localhost:51822",
|
"sso": "http://localhost:51822",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
"internalNotifications": "http://localhost:61840",
|
"internalNotifications": "http://localhost:61840",
|
||||||
"internalAdmin": "http://localhost:62911",
|
"internalAdmin": "http://localhost:62911",
|
||||||
"internalIdentity": "http://localhost:33656",
|
"internalIdentity": "http://localhost:33656",
|
||||||
"internalApi": "http://localhost:4000",
|
"internalApi": "http://localhost:4000",
|
||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822"
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
},
|
},
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user