diff src/app/app-config.ts @ 58:3b4046e0cc02 default

Merge from ng2-table branch. d7c947909ab888c013171b8c037e4f9fab30fe57
author casties
date Wed, 29 Mar 2017 17:19:12 +0200
parents
children 7787ca310644
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/app/app-config.ts	Wed Mar 29 17:19:12 2017 +0200
@@ -0,0 +1,8 @@
+
+//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_AUTHENTICATION = {'user': 'neo4j', 'password': 'neo5j'};
+
+export const OPENMIND_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/';
+//export const OPENMIND_BASE_URL = 'http://localhost:18080/ismi-richfaces/';