aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments/environment.prod.ts
blob: e1b736c6183c192607640a640cfa29d58a75b257 (plain) (blame)
1
2
3
4
5
6
export const environment = {
  production: true,
  hmr: false,
  apiUrl: '',
  originServerUrl: ''
}