Similar to how it's done with drop8, we can set: ``` /** * Handle Hash Salt Value from Backdrop */ if (isset($_ENV['PANTHEON_ENVIRONMENT'])) { $settings['hash_salt'] = $_ENV['HASH_SALT']; } ```