Revert services.module.ts

This commit is contained in:
Chad Scharf 2020-06-12 19:51:00 -04:00
parent 4bdb9c8632
commit 3864f1d950
1 changed files with 3 additions and 3 deletions

View File

@ -145,9 +145,9 @@ export function initFactory(): Function {
}
apiService.setUrls({
base: isDev ? null : window.location.origin,
api: isDev ? 'http://localhost:5000' : null,
identity: isDev ? 'http://localhost:33657' : null,
events: isDev ? 'http://localhost:46274' : null,
api: isDev ? 'http://localhost:4000' : 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
// servers for local development.