Mercurial > hg > ng2-query-ismi
view src/app/app-config.ts.template @ 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 | b65a031c4967 |
children |
line wrap: on
line source
/* * app-config.ts * configuration for query builder tool */ export const NEO4J_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/neo4j-ismi/db/data'; export const NEO4J_AUTHENTICATION = {'user': 'bla', 'password': 'blub'}; export const OPENMIND_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/';