Add environment variables.
This commit is contained in:
parent
e1891c252f
commit
2ac665da0e
@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
cicCacheUrl: 'http://localhost:5555'
|
||||
cicCacheUrl: 'http://localhost:5555',
|
||||
cicScriptsUrl: 'http://localhost:9999'
|
||||
};
|
||||
|
@ -4,7 +4,8 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
cicCacheUrl: 'http://localhost:5555'
|
||||
cicCacheUrl: 'http://localhost:5555',
|
||||
cicScriptsUrl: 'http://localhost:9999'
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user