aboutsummaryrefslogtreecommitdiffstats
path: root/beweb/common.cfg
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2005-12-06 14:09:53 -0500
committerAaron Bentley <abentley@panoramicfeedback.com>2005-12-06 14:09:53 -0500
commit3f678c4e0ba791054216cdb9fb25d1ccfd706737 (patch)
tree67886ac89dbe3f2a09be7d370be90d2636ae4421 /beweb/common.cfg
parentb2dfdb3299495c33f44755aecf43c726b4482be0 (diff)
downloadbugseverywhere-3f678c4e0ba791054216cdb9fb25d1ccfd706737.tar.gz
Moved common settings into common.cfg
Diffstat (limited to 'beweb/common.cfg')
-rw-r--r--beweb/common.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/beweb/common.cfg b/beweb/common.cfg
new file mode 100644
index 0000000..50febb5
--- /dev/null
+++ b/beweb/common.cfg
@@ -0,0 +1,7 @@
+# This is where all of your settings go for your development environment
+[/static]
+staticFilter.on = True
+staticFilter.dir = "static"
+[/favicon.ico]
+staticFilter.on = True
+staticFilter.file = "static/images/favicon.ico"