mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-07-14 11:06:55 +08:00
10 lines
269 B
PHP
10 lines
269 B
PHP
<?php
|
|
/**
|
|
* Configuration overrides for WP_ENV === 'production'
|
|
*/
|
|
|
|
use Roots\WPConfig\Config;
|
|
|
|
define( 'WP_CACHE_KEY_SALT', 'wpadmin.bracketspace.com' );
|
|
define( 'WP_REDIS_SELECTIVE_FLUSH', true );
|
|
define( 'SPINUPWP_CACHE_PATH', '/cache/wpadmin.bracketspace.com' );
|