{
  "name": "auth-service",
  "version": "3.0.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ySFPbe1fvRqV5c8yhVNf"
  },
  "jwt_secret": "DBhhyV+wW7lqSDDRlf8eH2dHfoIkAqC3",
  "api_keys": {
    "stripe": "sk_live_yR6Msb5rsX1jTApQuKFC3oe0",
    "sendgrid": "SG./hkOGzBfVlVZT86BeLrGGN",
    "twilio_sid": "AC42aefcd6d81e454444e45fe1a1494df3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}