mirror of
https://github.com/bitwarden/server.git
synced 2025-05-08 05:02:21 -05:00
Move localhost services settings to development settings file (#1423)
This commit is contained in:
parent
a733257bc6
commit
0cf0748086
20
src/Admin/appsettings.Development.json
Normal file
20
src/Admin/appsettings.Development.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
|
"internalNotifications": "http://localhost:61840",
|
||||||
|
"internalAdmin": "http://localhost:62911",
|
||||||
|
"internalIdentity": "http://localhost:33656",
|
||||||
|
"internalApi": "http://localhost:4000",
|
||||||
|
"internalVault": "http://localhost:4001",
|
||||||
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -4,22 +4,6 @@
|
|||||||
"siteName": "Bitwarden",
|
"siteName": "Bitwarden",
|
||||||
"projectName": "Admin",
|
"projectName": "Admin",
|
||||||
"stripeApiKey": "SECRET",
|
"stripeApiKey": "SECRET",
|
||||||
"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",
|
|
||||||
"portal": "http://localhost:52313",
|
|
||||||
"internalNotifications": "http://localhost:61840",
|
|
||||||
"internalAdmin": "http://localhost:62911",
|
|
||||||
"internalIdentity": "http://localhost:33656",
|
|
||||||
"internalApi": "http://localhost:4000",
|
|
||||||
"internalVault": "http://localhost:4001",
|
|
||||||
"internalSso": "http://localhost:51822",
|
|
||||||
"internalPortal": "http://localhost:52313"
|
|
||||||
},
|
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
|
20
src/Api/appsettings.Development.json
Normal file
20
src/Api/appsettings.Development.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
|
"internalNotifications": "http://localhost:61840",
|
||||||
|
"internalAdmin": "http://localhost:62911",
|
||||||
|
"internalIdentity": "http://localhost:33656",
|
||||||
|
"internalApi": "http://localhost:4000",
|
||||||
|
"internalVault": "http://localhost:4001",
|
||||||
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -4,22 +4,6 @@
|
|||||||
"siteName": "Bitwarden",
|
"siteName": "Bitwarden",
|
||||||
"projectName": "Api",
|
"projectName": "Api",
|
||||||
"stripeApiKey": "SECRET",
|
"stripeApiKey": "SECRET",
|
||||||
"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",
|
|
||||||
"portal": "http://localhost:52313",
|
|
||||||
"internalNotifications": "http://localhost:61840",
|
|
||||||
"internalAdmin": "http://localhost:62911",
|
|
||||||
"internalIdentity": "http://localhost:33656",
|
|
||||||
"internalApi": "http://localhost:4000",
|
|
||||||
"internalVault": "http://localhost:4001",
|
|
||||||
"internalSso": "http://localhost:51822",
|
|
||||||
"internalPortal": "http://localhost:52313"
|
|
||||||
},
|
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
|
20
src/Billing/appsettings.Development.json
Normal file
20
src/Billing/appsettings.Development.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
|
"internalNotifications": "http://localhost:61840",
|
||||||
|
"internalAdmin": "http://localhost:62911",
|
||||||
|
"internalIdentity": "http://localhost:33656",
|
||||||
|
"internalApi": "http://localhost:4000",
|
||||||
|
"internalVault": "http://localhost:4001",
|
||||||
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -4,22 +4,6 @@
|
|||||||
"siteName": "Bitwarden",
|
"siteName": "Bitwarden",
|
||||||
"projectName": "Billing",
|
"projectName": "Billing",
|
||||||
"stripeApiKey": "SECRET",
|
"stripeApiKey": "SECRET",
|
||||||
"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",
|
|
||||||
"portal": "http://localhost:52313",
|
|
||||||
"internalNotifications": "http://localhost:61840",
|
|
||||||
"internalAdmin": "http://localhost:62911",
|
|
||||||
"internalIdentity": "http://localhost:33656",
|
|
||||||
"internalApi": "http://localhost:4000",
|
|
||||||
"internalVault": "http://localhost:4001",
|
|
||||||
"internalSso": "http://localhost:51822",
|
|
||||||
"internalPortal": "http://localhost:52313"
|
|
||||||
},
|
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
|
20
src/Events/appsettings.Development.json
Normal file
20
src/Events/appsettings.Development.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
|
"internalNotifications": "http://localhost:61840",
|
||||||
|
"internalAdmin": "http://localhost:62911",
|
||||||
|
"internalIdentity": "http://localhost:33656",
|
||||||
|
"internalApi": "http://localhost:4000",
|
||||||
|
"internalVault": "http://localhost:4001",
|
||||||
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -2,22 +2,6 @@
|
|||||||
"globalSettings": {
|
"globalSettings": {
|
||||||
"selfHosted": false,
|
"selfHosted": false,
|
||||||
"projectName": "Events",
|
"projectName": "Events",
|
||||||
"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",
|
|
||||||
"portal": "http://localhost:52313",
|
|
||||||
"internalNotifications": "http://localhost:61840",
|
|
||||||
"internalAdmin": "http://localhost:62911",
|
|
||||||
"internalIdentity": "http://localhost:33656",
|
|
||||||
"internalApi": "http://localhost:4000",
|
|
||||||
"internalVault": "http://localhost:4001",
|
|
||||||
"internalSso": "http://localhost:51822",
|
|
||||||
"internalPortal": "http://localhost:52313"
|
|
||||||
},
|
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
|
20
src/Identity/appsettings.Development.json
Normal file
20
src/Identity/appsettings.Development.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
|
"internalNotifications": "http://localhost:61840",
|
||||||
|
"internalAdmin": "http://localhost:62911",
|
||||||
|
"internalIdentity": "http://localhost:33656",
|
||||||
|
"internalApi": "http://localhost:4000",
|
||||||
|
"internalVault": "http://localhost:4001",
|
||||||
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -5,22 +5,6 @@
|
|||||||
"projectName": "Identity",
|
"projectName": "Identity",
|
||||||
"stripeApiKey": "SECRET",
|
"stripeApiKey": "SECRET",
|
||||||
"oidcIdentityClientKey": "SECRET",
|
"oidcIdentityClientKey": "SECRET",
|
||||||
"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",
|
|
||||||
"portal": "http://localhost:52313",
|
|
||||||
"internalNotifications": "http://localhost:61840",
|
|
||||||
"internalAdmin": "http://localhost:62911",
|
|
||||||
"internalIdentity": "http://localhost:33656",
|
|
||||||
"internalApi": "http://localhost:4000",
|
|
||||||
"internalVault": "http://localhost:4001",
|
|
||||||
"internalSso": "http://localhost:51822",
|
|
||||||
"internalPortal": "http://localhost:52313"
|
|
||||||
},
|
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
|
20
src/Notifications/appsettings.Development.json
Normal file
20
src/Notifications/appsettings.Development.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"portal": "http://localhost:52313",
|
||||||
|
"internalNotifications": "http://localhost:61840",
|
||||||
|
"internalAdmin": "http://localhost:62911",
|
||||||
|
"internalIdentity": "http://localhost:33656",
|
||||||
|
"internalApi": "http://localhost:4000",
|
||||||
|
"internalVault": "http://localhost:4001",
|
||||||
|
"internalSso": "http://localhost:51822",
|
||||||
|
"internalPortal": "http://localhost:52313"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -2,22 +2,6 @@
|
|||||||
"globalSettings": {
|
"globalSettings": {
|
||||||
"selfHosted": false,
|
"selfHosted": false,
|
||||||
"projectName": "Notifications",
|
"projectName": "Notifications",
|
||||||
"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",
|
|
||||||
"portal": "http://localhost:52313",
|
|
||||||
"internalNotifications": "http://localhost:61840",
|
|
||||||
"internalAdmin": "http://localhost:62911",
|
|
||||||
"internalIdentity": "http://localhost:33656",
|
|
||||||
"internalApi": "http://localhost:4000",
|
|
||||||
"internalVault": "http://localhost:4001",
|
|
||||||
"internalSso": "http://localhost:51822",
|
|
||||||
"internalPortal": "http://localhost:52313"
|
|
||||||
},
|
|
||||||
"sqlServer": {
|
"sqlServer": {
|
||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user