diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index e0911bc55b..c74261dd31 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -143,9 +143,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.