Strabon
diff scripts/strabon.conf @ 281:21e67e71f209
Added log4j dependencies.
Please update your project configuration in eclipse.
Please update your project configuration in eclipse.
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Mon Jun 18 16:02:15 2012 +0300 (2012-06-18) |
parents | |
children | 73521cf81d13 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scripts/strabon.conf Mon Jun 18 16:02:15 2012 +0300 1.3 @@ -0,0 +1,26 @@ 1.4 +# 1.5 +# Comments are welcome by using character # 1.6 +# Configuration variables are case sensitive 1.7 +# (if in doubt consult the help output of strabon script) 1.8 +# 1.9 + 1.10 +# the database engine (one of postgis or monetdb) 1.11 +DATABASE=postgis 1.12 + 1.13 +# the port to be used for the database connection 1.14 +PORT=5432 1.15 + 1.16 +# the hostname to be used for the database connection 1.17 +HOST=localhost 1.18 + 1.19 +# the username to be used for the database connection 1.20 +DBUSER=postgres 1.21 + 1.22 +# the password to be used for the database connection 1.23 +DBPASS=postgres 1.24 + 1.25 +# the database to connect to 1.26 +DB=endpoint 1.27 + 1.28 +# one of true or false 1.29 +DEBUG=false