Skip to content
Snippets Groups Projects
Select Git revision
  • 81673238f343f0a9db83847b177750526a460fff
  • main default protected
  • Release_3
  • Release_2
  • microservices_split
  • Release_1
6 results

environment.prod.ts

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