staging.php 397 B

123456789101112131415
  1. <?php
  2. /**
  3. * Configuration overrides for WP_ENV === 'staging'
  4. */
  5. use Roots\WPConfig\Config;
  6. /**
  7. * You should try to keep staging as close to production as possible. However,
  8. * should you need to, you can always override production configuration values
  9. * with `Config::define`.
  10. *
  11. * Example: `Config::define('WP_DEBUG', true);`
  12. * Example: `Config::define('DISALLOW_FILE_MODS', false);`
  13. */