Browse Source

Add dummy debug template

Girish Ramakrishnan 9 years ago
parent
commit
9067ffeded
1 changed files with 6 additions and 0 deletions
  1. 6 0
      wp-config.php.template

+ 6 - 0
wp-config.php.template

@@ -40,6 +40,12 @@ define('WP_PLUGIN_URL', '##APP_ORIGIN/wp-content/plugins');
 define('WP_CONTENT_DIR', '/app/data/wp-content');
 define('WP_PLUGIN_DIR', '/app/data/wp-content/plugins');
 
+// Enable WP_DEBUG mode
+define('WP_DEBUG', false);
+
+// Enable Debug logging to the /wp-content/debug.log file
+define('WP_DEBUG_LOG', false);
+
 /*
  http://cmanios.wordpress.com/2014/04/12/nginx-https-reverse-proxy-to-wordpress-with-apache-http-and-different-port/
  http://wordpress.org/support/topic/compatibility-with-wordpress-behind-a-reverse-proxy