linked-data-reactor
Version:
Linked Data Reactor
14 lines (13 loc) • 382 B
JavaScript
//important: first value in the array is considered as default value for the property
//this file is visible to the server-side
export default {
serverPort: [4000],
sparqlEndpoint: {
'generic': {
host: 'localhost', port: 8890, path: '/sparql', type: 'virtuoso'
}
},
dbpediaLookupService: [
{ host: 'lookup.dbpedia.org' }
]
};