{
  "name": "auth-service",
  "version": "1.7.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kCjDzp34M5yECHxcRo7Y"
  },
  "jwt_secret": "uDrg2gkLFcg+zttI1s7Geou5pEH9iMdO",
  "api_keys": {
    "stripe": "sk_live_m1gxwy3xTQrZ3bBwWRgPga26",
    "sendgrid": "SG.VUdhQBVpviO/IIZ276xnkf",
    "twilio_sid": "AC2592a0b7c66bcc053611ac0ef4909540"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}