view 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 source

"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