Select Git revision
environment.prod.ts
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
environment.prod.ts 248 B
const monolithUrl = 'http://room-booking:8080';
export const environment = {
production: true,
authAPI: 'http://auth-api:8101',
userAPI: `http://${monolithUrl}`,
hotelAPI: `http://${monolithUrl}`,
bookingAPI: `http://${monolithUrl}`,
};