Skip to content
Snippets Groups Projects

Fix/monolith arquitecture

100 files
+ 502
3201
Compare changes
  • Side-by-side
  • Inline

Files

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}`,
};
Loading