pub fn is_prod_tier(tier: &str) -> bool
true for tier strings that mean “production” (case-insensitive prod / production). Anything else (dev, staging, test, unset) is treated as non-production.
true
prod
production