1
0
mirror of https://github.com/bitwarden/web synced 2026-01-30 16:23:39 +00:00
Files
web/config/development.json
2022-01-18 10:56:39 -05:00

15 lines
309 B
JSON

{
"urls": {
"notifications": "http://localhost:61840"
},
"dev": {
"proxyApi": "http://localhost:4000",
"proxyIdentity": "http://localhost:33656",
"proxyEvents": "http://localhost:46273",
"proxyNotifications": "http://localhost:61840"
},
"compileFlags": {
"Test": false
}
}