server/config/environments/staging.php
Chuck Adams a95bd28b67
initial bedrock-based version
Signed-off-by: Chuck Adams <chaz@chaz.works>
2025-11-20 15:56:46 -07:00

18 lines
442 B
PHP

<?php
/**
* Configuration overrides for WP_ENV === 'staging'
*/
use Roots\WPConfig\Config;
/**
* You should try to keep staging as close to production as possible. However,
* should you need to, you can always override production configuration values
* with `Config::define`.
*
* Example: `Config::define('WP_DEBUG', true);`
* Example: `Config::define('DISALLOW_FILE_MODS', false);`
*/
Config::define('DISALLOW_INDEXING', true);