summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/README2
-rw-r--r--funcweb/dev.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/funcweb/README b/funcweb/README
index d37f698..6f3ac26 100644
--- a/funcweb/README
+++ b/funcweb/README
@@ -27,7 +27,7 @@ Running
4) Use funcweb
- Connect to http://localhost:8080
+ Connect to http://localhost:51236
Authors
=======
diff --git a/funcweb/dev.cfg b/funcweb/dev.cfg
index d1c48b6..3da5a3b 100644
--- a/funcweb/dev.cfg
+++ b/funcweb/dev.cfg
@@ -4,7 +4,7 @@
# (such as template engine, encodings, etc.) all go in
# funcweb/config/app.cfg
-# DATABASE
+# DATABASE (We're trying our best to avoid this)
# driver://username:password@host:port/database
@@ -21,7 +21,7 @@
# SERVER
# Some server parameters that you may want to tweak
-# server.socket_port=8080
+server.socket_port=51236
# Enable the debug output at the end on pages.
# log_debug_info_filter.on = False