Mercurial > hg > ng2-query-ismi
diff app/app-config.ts.template @ 41:5353b2dffb0f
added local configuration file app/app-config.ts.
author | casties |
---|---|
date | Mon, 15 Feb 2016 17:05:07 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/app-config.ts.template Mon Feb 15 17:05:07 2016 +0100 @@ -0,0 +1,9 @@ +/* + * 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/';