{
  "name": "auth-service",
  "version": "2.2.19",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bCzVByMuC5neOhbHzXtI"
  },
  "jwt_secret": "wbDsQUxxjPJvV81ywXdphbPqv9C+s1Fo",
  "api_keys": {
    "stripe": "sk_live_CMyJdUnSRtfHh0VFFIavZn7s",
    "sendgrid": "SG.5xPXkh/0n+SHd3q+6B6NEo",
    "twilio_sid": "AC025e9d5125b2dcd760d90b247f93d084"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}