summaryrefslogtreecommitdiffstats
path: root/webapp/src/environments/environment.prod.ts
blob: 86bb4ef8ccb02b0e1d731dbae82c1e50cc7b5de2 (plain)
1
2
3
4
5
6
export const environment = {
    production: true,
    maxConnectionRetry: 10,

    debug: false,                // enable console.debug statements
};