{
  "name": "auth-service",
  "version": "2.0.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "J2SmVHCvzFlcnMeUchRA"
  },
  "jwt_secret": "gYZJfIyP22rkKG+Oc2zcWHLs0sSeU6W1",
  "api_keys": {
    "stripe": "sk_live_ofmMZRwqTGSJkn2F7hoUFGko",
    "sendgrid": "SG.oa7dguFAwmcCoikJxTSbx6",
    "twilio_sid": "AC62f5849c2613418ee83d9620e5e7c9f9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}