mirror of
https://github.com/bitwarden/server.git
synced 2026-06-01 01:44:18 -05:00
Fix: fix bugs reported by QA for Welcome emails * test: add test for new plan type in welcome email * fix: change to headStyle so styling is only included once * fix: update MJML templates to have correct copy text * chore: move build artifacts for updated email templates * fix: add setting for SMTP to SSO project * fix: update component css styling * chore: rebuild hbs templates * fix: using billing extension method to fetch Correct PlanType.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"events": {
|
|
"connectionString": "UseDevelopmentStorage=true"
|
|
},
|
|
"notifications": {
|
|
"connectionString": "UseDevelopmentStorage=true"
|
|
},
|
|
"storage": {
|
|
"connectionString": "UseDevelopmentStorage=true"
|
|
},
|
|
"developmentDirectory": "../../../dev",
|
|
"pricingUri": "https://billingpricing.qa.bitwarden.pw",
|
|
"mail": {
|
|
"smtp": {
|
|
"host": "localhost",
|
|
"port": 10250
|
|
}
|
|
}
|
|
}
|
|
}
|