1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

tax info collection zip + VAT

This commit is contained in:
Chad Scharf
2020-06-08 17:24:05 -04:00
parent 2b0c92a4ea
commit 23056bcd63
7 changed files with 674 additions and 9 deletions

View File

@@ -143,8 +143,8 @@ export function initFactory(): Function {
}
apiService.setUrls({
base: isDev ? null : window.location.origin,
api: isDev ? 'http://localhost:4000' : null,
identity: isDev ? 'http://localhost:33656' : null,
api: isDev ? 'http://localhost:7064' : null,
identity: isDev ? 'http://localhost:5000' : null,
events: isDev ? 'http://localhost:46273' : null,
// Uncomment these (and comment out the above) if you want to target production