summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-03-10 19:01:20 -0400
committerLuke Macken <lmacken@redhat.com>2008-03-10 19:01:20 -0400
commitfb6af3e1cc08b5505ec928e46b1c5f13a261e38d (patch)
treefa95094cc34fa6ccce8c5fa496d545c6ae70b1d6 /funcweb
parent392e1b9ee3480c5f68b7ffc86181a79dab4ac6c4 (diff)
downloadthird_party-func-fb6af3e1cc08b5505ec928e46b1c5f13a261e38d.tar.gz
third_party-func-fb6af3e1cc08b5505ec928e46b1c5f13a261e38d.tar.xz
third_party-func-fb6af3e1cc08b5505ec928e46b1c5f13a261e38d.zip
Change funcwebs default port to 51236, to avoid conflicting with pulp
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