For high-security environments (e.g., finance, military):
The verification chain includes:
# 2. Set Environment self.environment = environment.lower() if self.environment not in [self.ENV_SANDBOX, self.ENV_PRODUCTION]: raise SvbConfigError(f"Invalid environment: self.environment. Must be 'sandbox' or 'production'.")
