export const environment = {
production: true,
apiUrl: 'http://localhost:9080/' // TODO Change to production url
};