diff src/app/app-config.ts @ 62:7787ca310644 webpack tip

update @angular to 4.4.5.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 18 Oct 2017 17:46:41 +0200
parents 3b4046e0cc02
children
line wrap: on
line diff
--- a/src/app/app-config.ts	Mon Apr 24 19:39:25 2017 +0200
+++ b/src/app/app-config.ts	Wed Oct 18 17:46:41 2017 +0200
@@ -1,6 +1,6 @@
 
-//export const NEO4J_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/neo4j-ismi/db/data';
-export const NEO4J_BASE_URL = 'http://localhost:7474/db/data';
+export const NEO4J_BASE_URL = 'https://ismi.mpiwg-berlin.mpg.de/neo4j-ismi/db/data';
+//export const NEO4J_BASE_URL = 'http://localhost:7474/db/data';
 
 export const NEO4J_AUTHENTICATION = {'user': 'neo4j', 'password': 'neo5j'};