mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
events urls from web project
This commit is contained in:
parent
cca9384cd7
commit
cf6ae951d2
@ -138,6 +138,7 @@ export function initFactory(): Function {
|
||||
base: isDev ? null : window.location.origin,
|
||||
api: isDev ? 'http://localhost:4000' : null,
|
||||
identity: isDev ? 'http://localhost:33656' : null,
|
||||
events: isDev ? 'http://localhost:46273' : null,
|
||||
|
||||
// Uncomment these (and comment out the above) if you want to target production
|
||||
// servers for local development.
|
||||
@ -145,6 +146,7 @@ export function initFactory(): Function {
|
||||
// base: null,
|
||||
// api: 'https://api.bitwarden.com',
|
||||
// identity: 'https://identity.bitwarden.com',
|
||||
// events: 'https://events.bitwarden.com',
|
||||
});
|
||||
setTimeout(() => notificationsService.init(environmentService), 3000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user