{
  "name": "payment-service",
  "version": "2.1.24",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "21RSw8qMWjvpcflEzgid"
  },
  "jwt_secret": "UZC0TesQSFLcwWYIK6mf19WboualjPdu",
  "api_keys": {
    "stripe": "sk_live_DqFGZrRbBzVDCfVca9XHnBuc",
    "sendgrid": "SG.kx/xV6ERwJ2wMNfaJ7936n",
    "twilio_sid": "AC16c5746d8d856e6529789c3b6ad348f3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}