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