1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Collect tax info for payments

This commit is contained in:
Chad Scharf
2020-06-12 19:33:29 -04:00
parent 23056bcd63
commit d63ec210c7
15 changed files with 495 additions and 641 deletions

View File

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