Skip to content
Snippets Groups Projects

Ficheros docker and envs

12 files
+ 301
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -2,7 +2,7 @@
export const environment = {
production: true,
authAPI: 'http://auth-api:8080',
userAPI: 'http://user-api:8080',
userAPI: 'http://users-api:8080',
hotelAPI: 'http://hotels-api:8080',
bookingAPI: 'http://bookings-api:8080',
};
Loading