nise/nise-frontend/src/environments/environment.development.ts
2024-11-05 20:28:56 +00:00

7 lines
165 B
TypeScript

export const environment = {
production: false,
webUrl: 'http://localhost:4200',
apiUrl: 'http://localhost:8080',
wsUrl: 'ws://localhost:8080/websocket',
};