Strabon

view scripts/strabon.conf @ 772:6b6f0afbc89e

reverted strabon.conf. This is only a template file that has to be copied in "$HOME/.strabon" and be read by the "strabon" script
author Babis Nikolaou <charnik@di.uoa.gr>
date Fri Dec 07 18:23:15 2012 +0200 (2012-12-07)
parents 73521cf81d13
children 74ffcfcb691d
line source
1 #
2 # Comments are welcome by using character #
3 # Configuration variables are case sensitive
4 # (if in doubt consult the help output of strabon script)
5 #
7 # the database engine (one of postgis or monetdb)
8 DATABASE=postgis
10 # the port to be used for the database connection
11 PORT=5432
13 # the hostname to be used for the database connection
14 HOST=localhost
16 # the username to be used for the database connection
17 DBUSER=endpoint
19 # the password to be used for the database connection
20 DBPASS=endpoint
22 # the database to connect to
23 DB=endpoint
25 # one of true or false
26 DEBUG=false