From: <jbo...@li...> - 2005-08-24 19:28:02
|
Author: dam...@jb... Date: 2005-08-24 15:27:57 -0400 (Wed, 24 Aug 2005) New Revision: 946 Modified: trunk/forge/portal-extensions/forge-common/src/etc/org/jboss/forge/common/forge.properties.sample Log: Added sample entries to the foroge.properties.sample file. Modified: trunk/forge/portal-extensions/forge-common/src/etc/org/jboss/forge/common/forge.properties.sample =================================================================== --- trunk/forge/portal-extensions/forge-common/src/etc/org/jboss/forge/common/forge.properties.sample 2005-08-24 18:15:28 UTC (rev 945) +++ trunk/forge/portal-extensions/forge-common/src/etc/org/jboss/forge/common/forge.properties.sample 2005-08-24 19:27:57 UTC (rev 946) @@ -1,13 +1,23 @@ # Path to a svn repository from which content will be checked out. +# example: +# svnpath=https://cms.labs.jboss.com/trunk/forge/portal-content svnpath= # Authorization for the svn repo. svnusername= svnpassword= # Local path to where the content will be checked out. +# example: +# localpath=/usr/local/forge/portal/content localpath= # Local path where blojsom stores the entries. +# example: +# blogpath=/usr/local/forge/portal/blog blogpath= # Address of an smtp server used for sending e-mails. +# example: +# smtpserver=localhost smtpserver= # E-mail address of "contributor's applications" administrator +# example: +# smtpserver=for...@jb... contribadmin= |