annotate src/app/app-config.ts.template @ 48:f8d6f8479e77
ng2-final
first working version with angular 2.4 (using old table w/o pager).
author |
casties |
date |
Mon, 20 Mar 2017 18:12:48 +0100 |
parents |
b65a031c4967 |
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/';
|