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

Merge from ng2-table branch. d7c947909ab888c013171b8c037e4f9fab30fe57
author casties
date Wed, 29 Mar 2017 17:19:12 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/app/app-config.js	Wed Mar 29 17:19:12 2017 +0200
@@ -0,0 +1,7 @@
+"use strict";
+//export const NEO4J_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/neo4j-ismi/db/data';
+exports.NEO4J_BASE_URL = 'http://localhost:7474/db/data';
+exports.NEO4J_AUTHENTICATION = { 'user': 'neo4j', 'password': 'neo5j' };
+exports.OPENMIND_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/';
+//export const OPENMIND_BASE_URL = 'http://localhost:18080/ismi-richfaces/';
+//# sourceMappingURL=app-config.js.map
\ No newline at end of file