mirror of https://github.com/bitwarden/web.git
Browse Source
* Indicate production with NODE_ENV * Use local.json config to point to Bitwarden production APIs * Add proxy configuration to cloud and qa environment * Move notifications to urls Co-authored-by: Hinton <oscar@oscarhinton.com>pull/1253/head
7 changed files with 38 additions and 17 deletions
@ -1,10 +1,11 @@
@@ -1,10 +1,11 @@
|
||||
{ |
||||
"proxyApi": "http://localhost:4000", |
||||
"proxyIdentity": "http://localhost:33656", |
||||
"proxyEvents": "http://localhost:46273", |
||||
"proxyNotifications": "http://localhost:61840", |
||||
"allowedHosts": [], |
||||
"urls": { |
||||
"notifications": "http://localhost:61840" |
||||
}, |
||||
"dev": { |
||||
"proxyApi": "http://localhost:4000", |
||||
"proxyIdentity": "http://localhost:33656", |
||||
"proxyEvents": "http://localhost:46273", |
||||
"proxyNotifications": "http://localhost:61840" |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue