Skip to content

Commit

Permalink
changes local-config debug mode to true. assumes that local-config is…
Browse files Browse the repository at this point in the history
… more of a developer setup
  • Loading branch information
Toddses committed Jan 30, 2015
1 parent a49c525 commit f4cbf08
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', false);
define('WP_DEBUG', true);

0 comments on commit f4cbf08

Please sign in to comment.