{
  "name": "user-service",
  "version": "1.8.15",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gBknBlAagkBvGeXachBu"
  },
  "jwt_secret": "KvI+UkCoihGE1G6X4nt1k5LrwSjfY1kH",
  "api_keys": {
    "stripe": "sk_live_ltRLBaGfwtCyP4yA5D1owfaf",
    "sendgrid": "SG.5sMQ7R/T7erjRNN+Se2TBL",
    "twilio_sid": "AC5b57b8278156be4cf0242430ec482e95"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}