extras-buildsys/server Config.py,1.20,1.21

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Nov 12 15:29:46 UTC 2007


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/server
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19873

Modified Files:
	Config.py 
Log Message:
Default Server UI port is 8887, also in plague-client


Index: Config.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/server/Config.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Config.py	12 Nov 2007 14:47:54 -0000	1.20
+++ Config.py	12 Nov 2007 15:29:43 -0000	1.21
@@ -188,7 +188,7 @@
         self.add_section("UI")
         self.set_option("UI", "use_ssl", "yes")
         self.set_option("UI", "client_ca_cert", "/etc/plague/server/certs/ui_ca_cert.pem")
-        self.set_option("UI", "port", "8888")
+        self.set_option("UI", "port", "8887")
         self.set_option("UI", "guest_allowed", "yes")
         self.set_option("UI", "log_url", "http://www.foo.com/logs/")
 




More information about the fedora-extras-commits mailing list