Mercurial > hg > ng2-query-ismi
view app/app-config.ts.template @ 44:3779464b830e ng2-rc1
update to angular2-rc1. mostly working ;-(
Starting 'ng2-rc1' branch
author | casties |
---|---|
date | Tue, 14 Jun 2016 19:58:53 +0200 |
parents | 5353b2dffb0f |
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/';