Mercurial > hg > ng2-query-ismi
view src/app/app-config.ts @ 59:0d51fefdbae6 webpack
Starting 'webpack' branch
author | casties |
---|---|
date | Wed, 29 Mar 2017 19:01:29 +0200 |
parents | 3b4046e0cc02 |
children | 7787ca310644 |
line wrap: on
line source
//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/';