blob: 27c7be996309e99191bf8e5513a8be8a3d7a37f7 (
plain) (
tree)
|
|
# This is where all of your settings go for your development environment
[global]
# DATABASE
# pick the form for your database
# sqlobject.dburi="postgres://username@hostname/databasename"
# sqlobject.dburi="mysql://username:password@hostname:port/databasename"
# sqlobject.dburi="sqlite:///file_name_and_path"
# for Windows users, sqlite URIs look like:
# sqlobject.dburi="sqlite:///drive_letter|/path/to/file"
# VIEW
# kid.outputformat="html"
# The sitetemplate is used for overall styling of a site that
# includes multiple TurboGears applications
# tg.sitetemplate="<packagename.templates.templatename>"
# Server configuration
server.environment="production"
server.logFile="server.log"
server.logToScreen=False
# if this is part of a larger site, you can set the path
# to the TurboGears instance here
# server.webpath=""
[/static]
staticFilter.on = True
staticFilter.dir = "static"
|