{
  "name": "payment-service",
  "version": "1.1.27",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mFgWDIQ3MUXXOK4vvQn4"
  },
  "jwt_secret": "sMq7Be9khHDUuroCn9PMoiwK3v1bVQ21",
  "api_keys": {
    "stripe": "sk_live_cppA3P2rBHnXZWxLky1j7ik9",
    "sendgrid": "SG.MadSHc5sdYu621SFhigDBl",
    "twilio_sid": "ACe582c8a25144d1474fb6e0e7bda0ccfa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}