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

8 lines
184 B
TypeScript

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