{
  "name": "auth-service",
  "version": "2.0.20",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UFNDTjydH5UUzGu9kHgo"
  },
  "jwt_secret": "IpPmWnBlL24rt1f00veBehflRDVvtqWp",
  "api_keys": {
    "stripe": "sk_live_RkX4SftG1d91FthVofp7JvhF",
    "sendgrid": "SG.5rtYhncCSFuUzeLE0PV62A",
    "twilio_sid": "AC3e83b0de2e0d2b3c5da10068ab8047f1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}