aboutsummaryrefslogtreecommitdiffstats
path: root/beweb/common.cfg
diff options
context:
space:
mode:
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"