From fb6af3e1cc08b5505ec928e46b1c5f13a261e38d Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 10 Mar 2008 19:01:20 -0400 Subject: Change funcwebs default port to 51236, to avoid conflicting with pulp --- funcweb/README | 2 +- funcweb/dev.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'funcweb') 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 -- cgit