import { Environment } from '../app/interfaces/environment'; export const environment: Environment = { production: true, base_href: '/public-gateway-cacher', useHash: false, };