nise/nise-frontend/src/environments/environment.development.ts

7 lines
165 B
TypeScript
Raw Normal View History

2024-02-14 16:43:11 +00:00
export const environment = {
production: false,
2024-11-05 20:28:56 +00:00
webUrl: 'http://localhost:4200',
2024-02-14 16:43:11 +00:00
apiUrl: 'http://localhost:8080',
wsUrl: 'ws://localhost:8080/websocket',
};