Add environment variables.

This commit is contained in:
Spencer Ofwiti 2020-11-25 10:07:58 +03:00
parent e1891c252f
commit 2ac665da0e
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
export const environment = {
production: true,
cicCacheUrl: 'http://localhost:5555'
cicCacheUrl: 'http://localhost:5555',
cicScriptsUrl: 'http://localhost:9999'
};

View File

@ -4,7 +4,8 @@
export const environment = {
production: false,
cicCacheUrl: 'http://localhost:5555'
cicCacheUrl: 'http://localhost:5555',
cicScriptsUrl: 'http://localhost:9999'
};
/*