cic-staff-client/src/environments/environment.prod.ts

5 lines
91 B
TypeScript
Raw Normal View History

2020-10-30 16:16:05 +01:00
export const environment = {
2020-11-08 07:31:52 +01:00
production: true,
cicCacheUrl: 'http://localhost:5555'
2020-10-30 16:16:05 +01:00
};