Reverting changes to core config

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7553 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2008-09-04 13:36:38 +00:00
parent 46620f8ee2
commit 310af6694a

View file

@ -40,7 +40,7 @@
* In production mode, flash messages redirect after a time interval.
* In development mode, you need to click the flash message to continue.
*/
Configure::write('debug', 1);
Configure::write('debug', 2);
/**
* Application wide charset encoding
*/
@ -150,7 +150,7 @@
/**
* A random string used in security hashing methods.
*/
Configure::write('Security.salt', 'cakeDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
/**
* Compress CSS output by removing comments, whitespace, repeating tags, etc.
* This requires a/var/cache directory to be writable by the web server for caching.