load(); * * // Define constants from environment variables * define('TOTP_ENC_KEY', $_ENV['TOTP_ENC_KEY']); * define('TOTP_CRYPTO_ENGINE', $_ENV['TOTP_CRYPTO_ENGINE']); * * // Then delete the constants from this file * -------------------------------------------------------------------- * * Generated: [[regtime_]] */ const TOTP_ENC_KEY = '[[b64Key]]'; const TOTP_CRYPTO_ENGINE = '[[cryptoEngine]]'; // To migrate servers, you may define TOTP_FORCE_CRYPTO_ENGINE // const TOTP_FORCE_CRYPTO_ENGINE = 'sodium'; // or 'openssl'