Mercurial > hg > ng2-query-ismi
diff src/app/app-config.ts.template @ 49:781a5387ca93
Merge with angular2-final branch
f8d6f8479e77011fd043c5feb2b14a476d0aaffc
author | casties |
---|---|
date | Mon, 20 Mar 2017 18:50:31 +0100 |
parents | b65a031c4967 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/app/app-config.ts.template Mon Mar 20 18:50:31 2017 +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/';