1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-06 19:53:53 +02:00
bitwarden-browser/apps/web/config/development.json
Robyn MacCallum 40cade39bb
[SG-483] Trial Initiation Cleanup (#4064)
* Remove 'showTrial' feature flag

* Replace Register component with trial and redirect trial routes to register

* Shore up fallback logic for bad params

* Remove register component that is no longer used

* Adjust register form margin top

* Update unit tests for new param handling

* Use enums for org names and add missing org routing

* Add new tests and fix existing flaky ones

* Use an enum for layouts
2022-12-12 15:59:40 -05:00

17 lines
379 B
JSON

{
"urls": {
"notifications": "http://localhost:61840",
"scim": "http://localhost:44559"
},
"dev": {
"proxyApi": "http://localhost:4000",
"proxyIdentity": "http://localhost:33656",
"proxyEvents": "http://localhost:46273",
"proxyNotifications": "http://localhost:61840"
},
"flags": {
"secretsManager": true,
"showPasswordless": true
}
}