Strabon
annotate scripts/strabon.conf @ 872:74ffcfcb691d
merge with default
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Fri Feb 08 16:42:42 2013 +0200 (2013-02-08) |
parents | 33f3fa561579 6b6f0afbc89e |
children |
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 |
Konstantina@762 | 17 DBUSER=postgres |
charnik@240 | 18 |
charnik@240 | 19 # the password to be used for the database connection |
Konstantina@762 | 20 DBPASS=p1r3as |
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 |
Konstantina@762 | 26 DEBUG=true |