aboutsummaryrefslogtreecommitdiffstats
path: root/beweb/dev.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'beweb/dev.cfg')
-rw-r--r--beweb/dev.cfg34
1 files changed, 0 insertions, 34 deletions
diff --git a/beweb/dev.cfg b/beweb/dev.cfg
deleted file mode 100644
index 4fd8903..0000000
--- a/beweb/dev.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-
-# 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"