environment.prod.ts

export const environment = {
  production: true,
  keykloakBaseUrl: 'http://localhost:8080/auth',
  serviceBaseUrl: 'http://localhost:8080/database'
};