From: <gem...@li...> - 2011-11-03 10:59:45
|
Revision: 167 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=167&view=rev Author: matijsdejong Date: 2011-11-03 10:59:34 +0000 (Thu, 03 Nov 2011) Log Message: ----------- Update project.ini for required salt setting Modified Paths: -------------- trunk/new_project/application/configs/project.ini Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2011-11-03 10:55:39 UTC (rev 166) +++ trunk/new_project/application/configs/project.ini 2011-11-03 10:59:34 UTC (rev 167) @@ -2,6 +2,16 @@ name = "New" description = "New" +;--------------------------------------------------- +; Hash encryption salt. REQUIRED! +; +; Use e.g. http://www.random.org/strings/ to create. +; +; Put %s somewhere within the salt to mix the value +; in the salt. +;--------------------------------------------------- +salt = + css.gems = gems/css/gems-fixed.css css.print.url = gems/css/gems_print.css css.print.media = print This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |