Skip to content

Commit

Permalink
Merge 727764a into 7a9890d
Browse files Browse the repository at this point in the history
  • Loading branch information
grappler committed Sep 9, 2018
2 parents 7a9890d + 727764a commit 5d1c0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ service/api/wp-content/themes
!service/api/wp-content/themes/docs
service/api/wp-content/uploads
service/api/wp-content/upgrade
service/api/wp-content/debug.log
service/api/app.yaml
service/api/cron.yaml
service/api/wp-config.php
Expand Down
3 changes: 2 additions & 1 deletion service/api/tpl/wp-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ if ( true === WP_CACHE ) {
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', ! $is_gae );
define( 'WP_DEBUG_LOG', ! $is_gae );

// API configuration settings.
define( 'API_MESSAGE_PROVIDER', getenv( 'API_MESSAGE_PROVIDER' ) );
Expand Down Expand Up @@ -196,4 +197,4 @@ if ( ! defined( 'ABSPATH' ) ) {
}

/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );
require_once( ABSPATH . 'wp-settings.php' );

0 comments on commit 5d1c0e6

Please sign in to comment.