annotate app/app-config.ts.template @ 45:dc4f0541f04d
ng2-rc1
update to angular2-rc1. mostly working ;-(
author |
casties |
date |
Tue, 14 Jun 2016 20:00:39 +0200 |
parents |
5353b2dffb0f |
children |
|
rev |
line source |
41
|
1 /*
|
|
2 * app-config.ts
|
|
3 * configuration for query builder tool
|
|
4 */
|
|
5 export const NEO4J_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/neo4j-ismi/db/data';
|
|
6
|
|
7 export const NEO4J_AUTHENTICATION = {'user': 'bla', 'password': 'blub'};
|
|
8
|
|
9 export const OPENMIND_BASE_URL = 'https://ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/';
|