23 lines
741 B
Text
23 lines
741 B
Text
[database]
|
|
# examples for different database backends (see http://sqlobject.org/SQLObject.html)
|
|
#uri = mysql://user:password@host/database
|
|
#uri = postgres://user:password@host/database
|
|
#uri = sqlite:///full/path/to/database
|
|
uri = sqlite:/:memory:
|
|
|
|
[hosting]
|
|
full_url = http://stadtgestalten.org/umfrage/kirchenplatz2012
|
|
|
|
[content]
|
|
to_address = stadtplanung@rostock.de
|
|
subject = Beteiligungsverfahren Kirchenplatz Warnemuende
|
|
text_prefix = Die Eingabe erfolgte via http://stadtgestalten.org/umfrage/kirchenplatz2012.
|
|
|
|
[mail]
|
|
# no authentication
|
|
host = mail.example.org
|
|
use_ssl = false
|
|
# used as "From:" for the default mail copy delivered to the sender
|
|
# remove it if you don't need a copy for the sender
|
|
admin_address = umfrage@example.net
|
|
|