diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index 7837c4917d..21c52ab6da 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -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);