* deploy stuff added

* missing save icon added to the button
* prod api url changed
* slide preview fixed to cover the whole screen
This commit is contained in:
Dávid Danyi
2018-04-20 14:15:16 +02:00
parent 6eb1cfaea1
commit f72521ae82
7 changed files with 109 additions and 4 deletions

View File

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