{
  "name": "user-service",
  "version": "2.2.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "k94iR0CG7My7k8Qp5Xhg"
  },
  "jwt_secret": "uMmikxi0Vt6RUljcGQKD2En0I3RoTids",
  "api_keys": {
    "stripe": "sk_live_lsCyP0ryqe0N4pdxVGZrskmr",
    "sendgrid": "SG.UCH/j+dVQ3vu2Bfp4B9ld5",
    "twilio_sid": "ACff716b81dc6d49454e1d719c236e54b4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}