mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-30 13:03:53 +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,
|
base: isDev ? null : window.location.origin,
|
||||||
api: isDev ? 'http://localhost:4000' : null,
|
api: isDev ? 'http://localhost:4000' : null,
|
||||||
identity: isDev ? 'http://localhost:33656' : 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
|
// Uncomment these (and comment out the above) if you want to target production
|
||||||
// servers for local development.
|
// servers for local development.
|
||||||
@ -145,6 +146,7 @@ export function initFactory(): Function {
|
|||||||
// base: null,
|
// base: null,
|
||||||
// api: 'https://api.bitwarden.com',
|
// api: 'https://api.bitwarden.com',
|
||||||
// identity: 'https://identity.bitwarden.com',
|
// identity: 'https://identity.bitwarden.com',
|
||||||
|
// events: 'https://events.bitwarden.com',
|
||||||
});
|
});
|
||||||
setTimeout(() => notificationsService.init(environmentService), 3000);
|
setTimeout(() => notificationsService.init(environmentService), 3000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user