Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

.gitkeep

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