{
  "name": "payment-service",
  "version": "2.9.24",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5TXbGE6knMGXEsrCKFUL"
  },
  "jwt_secret": "eTmN6H37OMHHPBGcWo16ilHsLw8A/yxQ",
  "api_keys": {
    "stripe": "sk_live_AgQyuqrUrGnAx9kvFtBIJtRv",
    "sendgrid": "SG.Imtd7ilV/u8euUNi95m7GS",
    "twilio_sid": "AC823b33cb1ed7a1d915c3133a3f928831"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}