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

environment.prod.ts

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    environment.prod.ts 235 B
    // Disgregado en microservicios
    export const environment = {
      production: true,
      authAPI: 'http://auth-api:8080',
      userAPI: 'http://users-api:8080',
      hotelAPI: 'http://hotels-api:8080',
      bookingAPI: 'http://bookings-api:8080',
    };