|
From: Chris W. <la...@us...> - 2001-10-17 04:53:50
|
Update of /cvsroot/openinteract/OpenInteract/conf In directory usw-pr-cvs1:/tmp/cvs-serv26878 Modified Files: sample-server.ini Log Message: small mods -- comment the 'Global' item and add the 'server_info' section Index: sample-server.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/conf/sample-server.ini,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sample-server.ini 2001/10/17 02:45:17 1.2 --- sample-server.ini 2001/10/17 04:53:47 1.3 *************** *** 1,2 **** --- 1,6 ---- + # + # Items in this section will be available from the configuration + # object's root, at least for the time being + [Global] DEBUG = 0 *************** *** 335,338 **** --- 339,351 ---- # + # These are overwritten at server startup + + [server_info] + stash_class = + request_class = + website_name = + + + # # Caching is currently not implemented but when it is all cache # information will go here. *************** *** 382,402 **** [action_info not_found] redir = basicpage - - - # NOTES: - # -- Create new section 'datasource' and put 'default_datasource_db' - # and 'default_datasource_ldap' there - - # -- Put some 'template_ext' into [template_info] group - - # -- Create new section 'error' and put 'error_object_class' and - # 'default_error_handler' there - - # -- Create new section 'mail' and put 'smtp_host', 'admin_email', - # 'content_email' there - - # -- Reverse how we do 'system_alias' -- it's easier now :-) - - # -- split up our action items into 'action_info default', - # 'action_info none' and 'action_info not_found' sections in the - # group 'action_info' --- 395,396 ---- |