{
  "name": "payment-service",
  "version": "1.7.26",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "mZBHXvYLA5kEMLgOuWp3"
  },
  "jwt_secret": "LRrnDCOPEHi48xCteUgY4EhINLyMtHBB",
  "api_keys": {
    "stripe": "sk_live_woNRJjVjiLURJeFYu6QFo7Bw",
    "sendgrid": "SG.SokPbxtJ9CIJnvuEx6Mo1e",
    "twilio_sid": "AC42c9819adbf78c9ecfbf9f15082ca1a2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}