annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
3b4046e0cc02 Merge from ng2-table branch.
casties
parents:
diff changeset
1
62
7787ca310644 update @angular to 4.4.5.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 58
diff changeset
2 export const NEO4J_BASE_URL = 'https://ismi.mpiwg-berlin.mpg.de/neo4j-ismi/db/data';
7787ca310644 update @angular to 4.4.5.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 58
diff changeset
3 //export const NEO4J_BASE_URL = 'http://localhost:7474/db/data';
58
3b4046e0cc02 Merge from ng2-table branch.
casties
parents:
diff changeset
4
3b4046e0cc02 Merge from ng2-table branch.
casties
parents:
diff changeset
5 export const NEO4J_AUTHENTICATION = {'user': 'neo4j', 'password': 'neo5j'};
3b4046e0cc02 Merge from ng2-table branch.
casties
parents:
diff changeset
6
3b4046e0cc02 Merge from ng2-table branch.
casties
parents:
diff changeset
7 export const OPENMIND_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/';
3b4046e0cc02 Merge from ng2-table branch.
casties
parents:
diff changeset
8 //export const OPENMIND_BASE_URL = 'http://localhost:18080/ismi-richfaces/';