1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 18:53:20 +00:00
Files
browser/apps/web/config/development.json
Hinton 85c21c9e0c Merge branch 'main' of github.com:bitwarden/clients into chromium-import-abe
# Conflicts:
#	apps/desktop/desktop_native/Cargo.lock
#	apps/desktop/desktop_native/bitwarden_chromium_importer/src/lib.rs
#	apps/desktop/desktop_native/chromium_importer/Cargo.toml
#	apps/desktop/desktop_native/chromium_importer/README.md
#	apps/desktop/desktop_native/chromium_importer/src/chromium/platform/abe.rs
#	apps/desktop/desktop_native/chromium_importer/src/chromium/platform/abe_config.rs
#	apps/desktop/desktop_native/chromium_importer/src/chromium/platform/bin/bitwarden_chromium_import_helper.rs
2025-10-28 14:10:57 +01:00

28 lines
625 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",
"proxyIcons": "http://localhost:50024",
"wsConnectSrc": "ws://localhost:61840"
},
"additionalRegions": [
{
"key": "LOCAL",
"domain": "localhost",
"urls": {
"webVault": "https://localhost:8080"
}
}
],
"flags": {},
"devFlags": {
"showRiskInsightsDebug": false
}
}