{
  "name": "auth-service",
  "version": "2.3.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jdGnZlfH3UR3vt88EJs5"
  },
  "jwt_secret": "U+Z/kDRSS4iU3VCJCV6C4K8F7RrQOQVb",
  "api_keys": {
    "stripe": "sk_live_m2ZsIhvKJKapPqNqokaTCtNa",
    "sendgrid": "SG.DmGIj9ic+nfUjfxhb46ahN",
    "twilio_sid": "AC71b6751b7d74f2284df5adba9196f836"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}