[SimBot-commits] CVS: simbot config.default.ini,1.29,1.30
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-07-27 22:21:11
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25556 Modified Files: config.default.ini Log Message: Move the administration page's user/pass and the httpd's port to the config file Index: config.default.ini =================================================================== RCS file: /cvsroot/simbot/simbot/config.default.ini,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -p -r1.29 -r1.30 --- config.default.ini 18 Jul 2005 23:18:52 -0000 1.29 +++ config.default.ini 27 Jul 2005 22:20:55 -0000 1.30 @@ -221,5 +221,22 @@ lang=en # use commas for multiple, like default_zones=UTC,America/New_York default_zones=UTC +[plugin.httpd] +# port sets what port the web server should listen on. This probably +# should be 8000 or 80. The default is 8000. +port=8000 + +# admin_user sets the username for the administrative page. +# If not set or blank, the administrative page is unavailable. +# The default is unset. If set, must be 5 or more characters. +#admin_user=admin + +# admin_pass sets the password for the administrative page. +# If not set or blank, the administrative page is unavailable. +# The default is unset. If set, must be 5 or more characters. +# ### SECURITY WARNING: +# ### You should make sure the configuration file is not readable to other +# ### users! +#admin_pass= # End of Config |