Configuration of codiki prod url.

This commit is contained in:
Florian
2018-05-25 22:39:54 +02:00
parent 9ad09570bf
commit 34d49682c0

View File

@@ -1,5 +1,5 @@
export const environment = {
production: true,
apiUrl: 'https://192.168.0.153:8444',
apiUrl: 'https://176.188.217.1:54444',
appVersion: '1.0'
};