{
  "name": "payment-service",
  "version": "2.1.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DtrbTDxtpBSsbHsnWpqv"
  },
  "jwt_secret": "LVfSX1HoJ7Rc457pzZbbnAEsBPKsgSc/",
  "api_keys": {
    "stripe": "sk_live_HikOfCAaNS5H0acKLgIIhAJq",
    "sendgrid": "SG.SV03RKAnNrwxfC3gVOF9gh",
    "twilio_sid": "ACe6a495d7c0ea1dc8775321865636f89f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}