Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
reset debug to false for local config
Browse files Browse the repository at this point in the history
  • Loading branch information
Toddses committed Jan 31, 2015
1 parent ff49e8b commit a9bf697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/local-config.php.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ define('DB_USER', '<%= conf.get('dbUser') %>');
define('DB_PASSWORD', '<%= conf.get('dbPass') %>');
define('DB_HOST', '<%= conf.get('dbHost') %>');
$table_prefix = '<%= conf.get('tablePrefix') %>';
define('WP_DEBUG', true);
define('WP_DEBUG', false);

0 comments on commit a9bf697

Please sign in to comment.