UNPKG

@innotrade/enapso-sparql-tools

Version:
13 lines (10 loc) 445 B
// Innotrade Enapso SPARQL Toolbox - Configuration // (C) Copyright 2019 Innotrade GmbH, Herzogenrath, NRW, Germany // Authors: Alexander Schulze, Osvaldo Aguilar Lauzurique // connection data to the running GraphDB instance const GRAPHDB_BASE_URL = 'http://localhost:7200' const GRAPHDB_REPOSITORY = 'Test' module.exports = exports = Object.freeze({ GRAPHDB_BASE_URL: GRAPHDB_BASE_URL, GRAPHDB_REPOSITORY: GRAPHDB_REPOSITORY })