Skip to content

Commit

Permalink
Hardcode 4000 in frontend AB#26410
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Mar 11, 2024
1 parent b478b19 commit 585fd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/IBF-dashboard/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
configuration: 'development',
apiUrl: `http://localhost:${process.env['LOCAL_PORT_IBF_SERVICE'] ? process.env['LOCAL_PORT_IBF_SERVICE'] : 3000}/api`, // API
apiUrl: `http://localhost:4000/api`, // API
useServiceWorker: false, // feature-flags
geoserverUrl: 'http://localhost:8081/geoserver/ibf-system/wms', // geoserver
ibfSystemVersion: 'v0.0.0', // version
Expand Down

0 comments on commit 585fd0c

Please sign in to comment.