From b7cd879612f5bd8421ec71985a729baeb29491dc Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Thu, 1 Dec 2005 21:41:23 +0000 Subject: Added turbogears-based web UI --- beweb/dev.cfg | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 beweb/dev.cfg (limited to 'beweb/dev.cfg') diff --git a/beweb/dev.cfg b/beweb/dev.cfg new file mode 100644 index 0000000..ad0936e --- /dev/null +++ b/beweb/dev.cfg @@ -0,0 +1,38 @@ +# 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="" + + +# SERVER + +# Some server parameters that you may want to tweak +# server.socketPort=8080 + +# Disable the debug output at the end on pages. +# logDebugInfoFilter.on = False + +server.environment="development" +autoreload.package="beweb" + +[/static] +staticFilter.on = True +staticFilter.dir = "static" -- cgit