{
  "name": "payment-service",
  "version": "2.8.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pIjHn7izgy1ExtTvENdf"
  },
  "jwt_secret": "SwoHkVgWsrFN4bGlcsUj5etqgHFDnACK",
  "api_keys": {
    "stripe": "sk_live_mJpsa0VDva3A6qLYlRJbzwUZ",
    "sendgrid": "SG.ds52llV0tFohOu6w2+KL/I",
    "twilio_sid": "ACdf308950c1a364d7860bdf66779cb02d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}