Add environment variables.
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user