export const environment = {
  production: true,
  apiUrl: "http://localhost:8080/api"
};
