{
  "name": "user-service",
  "version": "3.4.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4LHQkxqlRO4UB3m5yG06"
  },
  "jwt_secret": "fWT++C5WbciArGCqGlLifYmcddvadTTV",
  "api_keys": {
    "stripe": "sk_live_5PrEW5AODBZYA3MROApzWOpk",
    "sendgrid": "SG.8Ek7Buaflu15nDnxeReooZ",
    "twilio_sid": "ACc155fc3a99cb71f6fdc5cc3c26a9e8bd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}