Index: openacs-4/packages/acs-core-docs/www/files/config.tcl.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/config.tcl.txt,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/acs-core-docs/www/files/config.tcl.txt 7 Apr 2003 16:59:54 -0000 1.1.2.2 +++ openacs-4/packages/acs-core-docs/www/files/config.tcl.txt 30 Apr 2003 02:12:39 -0000 1.1.2.3 @@ -1,12 +1,6 @@ ns_log notice "nsd.tcl: starting to read config file..." -# which database do you want? postgres or oracle -set database postgres - -if {$database == "oracle"} { - set db_password "mysitepassword" -} - +# For production servers, http should be 80 and https 443 set httpport 8000 set httpsport 8443 @@ -18,14 +12,22 @@ set db_name $server set servername "New OpenACS Installation - Development" +# which database do you want? postgres or oracle +set database postgres + +if {$database == "oracle"} { + set db_password "mysitepassword" +} + +################################################################# +# For a basic install, nothing below here needs to be changed +################################################################# + set serverroot "/web/${server}" # if debug is false, all debugging will be turned off set debug false -# you shouldn't need to adjust much below here -# for a standard install - # # AOLserver's home and binary directories. Autoconfigurable. #