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

6 lines
133 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,
2020-11-25 08:07:58 +01:00
cicCacheUrl: 'http://localhost:5555',
cicScriptsUrl: 'http://localhost:9999'
2020-10-30 16:16:05 +01:00
};