{
  "name": "payment-service",
  "version": "3.2.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jD3pXPtudg7ZM2pBSUFh"
  },
  "jwt_secret": "7mPK5DlrrlLDvKys5/nCukKmlcsrYdJf",
  "api_keys": {
    "stripe": "sk_live_tBBoAgt9dl7XfbSvw8jsuIRy",
    "sendgrid": "SG.R9Vjs3FouEDhtKp5vIT4gk",
    "twilio_sid": "AC3be35efda162ae7ea8ef630021a9ffee"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}