{
  "name": "auth-service",
  "version": "3.9.18",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rJjHLNaMtC2MWkTaLbcX"
  },
  "jwt_secret": "XdfN84CZPIUIRksZUGMPQgox5+G/3rDv",
  "api_keys": {
    "stripe": "sk_live_mrOFx8pL1aLYl35Tuv8L0oS7",
    "sendgrid": "SG.AZPp+MJLge5EbsWuHwTPVy",
    "twilio_sid": "ACacd14a6cc78cce839d781e8629a35e3b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}