Skip to content

Commit

Permalink
add necessary redis db constant
Browse files Browse the repository at this point in the history
  • Loading branch information
godbone committed Jan 9, 2019
1 parent 5b5e390 commit c8f0a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// ==============
define( 'WP_REDIS_DISABLE', (int) getenv( 'WP_REDIS_DISABLE' ) );
define( 'WP_REDIS_DB', getenv( 'WP_REDIS_DB' ) );
define( 'WP_REDIS_DATABASE', getenv( 'WP_REDIS_DB' ) );
define( 'WP_REDIS_HOST', getenv( 'WP_REDIS_HOST' ) );
define( 'WP_REDIS_PASSWORD', getenv( 'WP_REDIS_PASSWORD' ) );

Expand Down

0 comments on commit c8f0a82

Please sign in to comment.