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

7 lines
147 B
TypeScript

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