view src/app/app-config.ts.template @ 47:b65a031c4967 ng2-final

first step to angular2-final (2.4) version of the query browser.
author casties
date Fri, 17 Mar 2017 20:16:52 +0100
parents app/app-config.ts.template@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/';