Mercurial > hg > ng2-query-ismi
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 |
rev | line source |
---|---|
58 | 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 | 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/'; |