mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
prod endpoints commented in
This commit is contained in:
parent
f576bbd3e1
commit
f9e756402f
@ -123,6 +123,13 @@ export function initFactory(): Function {
|
||||
base: isDev ? null : window.location.origin,
|
||||
api: isDev ? 'http://localhost:4000' : null,
|
||||
identity: isDev ? 'http://localhost:33656' : null,
|
||||
|
||||
// Uncomment these (and comment out the above) if you want to target production
|
||||
// servers for local development.
|
||||
|
||||
// base: null,
|
||||
// api: 'https://api.bitwarden.com',
|
||||
// identity: 'https://identity.bitwarden.com',
|
||||
});
|
||||
|
||||
lockService.init(true);
|
||||
|
Loading…
Reference in New Issue
Block a user