mirror of
https://github.com/bitwarden/server.git
synced 2024-11-28 13:15:12 +01:00
Split dev env settings to development settings file (#1424)
* Move dev urls to appsettings.Development.json * Move bitwarden license dev urls
This commit is contained in:
parent
0cf0748086
commit
30ea8b728d
20
bitwarden_license/src/Portal/appsettings.Development.json
Normal file
20
bitwarden_license/src/Portal/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": "Business Portal",
|
"projectName": "Business Portal",
|
||||||
"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
bitwarden_license/src/Sso/appsettings.Development.json
Normal file
20
bitwarden_license/src/Sso/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": "SSO",
|
"projectName": "SSO",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
@ -15,6 +15,10 @@
|
|||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822",
|
"internalSso": "http://localhost:51822",
|
||||||
"internalPortal": "http://localhost:52313"
|
"internalPortal": "http://localhost:52313"
|
||||||
|
},
|
||||||
|
"send": {
|
||||||
|
"connectionString": "SECRET",
|
||||||
|
"baseUrl": "http://localhost:4000/sendfiles/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,8 +42,7 @@
|
|||||||
"region": "SECRET"
|
"region": "SECRET"
|
||||||
},
|
},
|
||||||
"send": {
|
"send": {
|
||||||
"connectionString": "SECRET",
|
"connectionString": "SECRET"
|
||||||
"baseUrl": "http://localhost:4000/sendfiles/"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"adminSettings": {
|
"adminSettings": {
|
||||||
|
@ -15,6 +15,14 @@
|
|||||||
"internalVault": "http://localhost:4001",
|
"internalVault": "http://localhost:4001",
|
||||||
"internalSso": "http://localhost:51822",
|
"internalSso": "http://localhost:51822",
|
||||||
"internalPortal": "http://localhost:52313"
|
"internalPortal": "http://localhost:52313"
|
||||||
|
},
|
||||||
|
"attachment": {
|
||||||
|
"connectionString": "SECRET",
|
||||||
|
"baseUrl": "http://localhost:4000/attachments/"
|
||||||
|
},
|
||||||
|
"send": {
|
||||||
|
"connectionString": "SECRET",
|
||||||
|
"baseUrl": "http://localhost:4000/sendfiles/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -25,12 +25,10 @@
|
|||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
"attachment": {
|
"attachment": {
|
||||||
"connectionString": "SECRET",
|
"connectionString": "SECRET"
|
||||||
"baseUrl": "http://localhost:4000/attachments/"
|
|
||||||
},
|
},
|
||||||
"send": {
|
"send": {
|
||||||
"connectionString": "SECRET",
|
"connectionString": "SECRET"
|
||||||
"baseUrl": "http://localhost:4000/sendfiles/"
|
|
||||||
},
|
},
|
||||||
"documentDb": {
|
"documentDb": {
|
||||||
"uri": "SECRET",
|
"uri": "SECRET",
|
||||||
|
Loading…
Reference in New Issue
Block a user