{
  "name": "auth-service",
  "version": "1.2.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HY9wu4iQZxTRWfATZDbl"
  },
  "jwt_secret": "BU0oCF88+qJ90jqQPOLrLt7k8PLtGmYt",
  "api_keys": {
    "stripe": "sk_live_NCnWgKfsIIldAbUBImWAOOwg",
    "sendgrid": "SG.egqhkbJgPLojcrohjW0C6f",
    "twilio_sid": "AC79f4e2401f3905267ec9340e78b820bd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}