public-gateway-cacher/src/environments/environment.prod.ts

8 lines
166 B
TypeScript

import type { Environment } from "../app/interfaces/environment"
export const environment: Environment = {
production: true,
base_href: "/",
useHash: false,
}