export const environment = { production: false, apiUrl: 'http://localhost:8080', publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**'] };