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