Strabon

annotate scripts/strabon.conf @ 916:b58aa113f25e

added query alias "all" for returning all triples
author Babis Nikolaou <charnik@di.uoa.gr>
date Sun Mar 24 23:33:02 2013 +0200 (2013-03-24)
parents 73521cf81d13
children 74ffcfcb691d
rev   line source
charnik@240 1 #
charnik@240 2 # Comments are welcome by using character #
charnik@240 3 # Configuration variables are case sensitive
charnik@240 4 # (if in doubt consult the help output of strabon script)
charnik@240 5 #
charnik@240 6
charnik@240 7 # the database engine (one of postgis or monetdb)
charnik@240 8 DATABASE=postgis
charnik@240 9
charnik@240 10 # the port to be used for the database connection
charnik@240 11 PORT=5432
charnik@240 12
charnik@240 13 # the hostname to be used for the database connection
charnik@240 14 HOST=localhost
charnik@240 15
charnik@240 16 # the username to be used for the database connection
manuela@592 17 DBUSER=endpoint
charnik@240 18
charnik@240 19 # the password to be used for the database connection
manuela@592 20 DBPASS=endpoint
charnik@240 21
charnik@240 22 # the database to connect to
charnik@772 23 DB=endpoint
charnik@240 24
charnik@240 25 # one of true or false
charnik@240 26 DEBUG=false