* initial commit

This commit is contained in:
Dávid Danyi
2018-04-06 23:01:07 +02:00
parent 73df66f187
commit 11aed00a05
34 changed files with 673 additions and 30 deletions

View File

@@ -1,3 +1,5 @@
export const environment = {
production: true
production: true,
apiUrl: 'http://localhost:8080',
commitTrackerApiUrl: 'https://mtas-trex.rnd.ki.sw.ericsson.se:8080/committracker/api/'
};

View File

@@ -4,5 +4,7 @@
// The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = {
production: false
production: false,
apiUrl: 'http://localhost:8080',
commitTrackerApiUrl: 'https://mtas-trex.rnd.ki.sw.ericsson.se:8080/committracker/api/'
};