Skip to main content
All secrets live in a secrets manager. Real values are never committed to source — .env files in the repo contain placeholders only.
Never put live keys (Stripe, PayPal, AWS, Atlas) in plaintext config. The team configures production values through AWS Secrets Manager and they’re loaded into the ECS task at boot.

Core application

Stripe

PayPal

Telr

Bonum

Coinbase Commerce

Fulfillment

Email

Affiliate network

Rotate AFFILIATE_COOKIE_SECRET and JWT_SECRET every 90 days. KMS keys are rotated on a coordinated schedule with the security lead.