{
  "name": "auth-service",
  "version": "3.6.16",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ANpc1ONvpYkhI0DjcnBN"
  },
  "jwt_secret": "vN8yFD6YIe9TsISrCBIgAktOP8jgjh2x",
  "api_keys": {
    "stripe": "sk_live_BfmLYoiYUwSPBMnVJPuagYw6",
    "sendgrid": "SG.yal2ODrQeNqAd99yNjVjNj",
    "twilio_sid": "AC72c3de7e18efc7257128d039836e2709"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}