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


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'};

export const OPENMIND_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/';
//export const OPENMIND_BASE_URL = 'http://localhost:18080/ismi-richfaces/';