annotate 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 |
rev |
line source |
58
|
1
|
|
2 //export const NEO4J_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/neo4j-ismi/db/data';
|
|
3 export const NEO4J_BASE_URL = 'http://localhost:7474/db/data';
|
|
4
|
|
5 export const NEO4J_AUTHENTICATION = {'user': 'neo4j', 'password': 'neo5j'};
|
|
6
|
|
7 export const OPENMIND_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/';
|
|
8 //export const OPENMIND_BASE_URL = 'http://localhost:18080/ismi-richfaces/';
|