{
  "name": "payment-service",
  "version": "2.4.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DGthtIyynPDD4Bffigi6"
  },
  "jwt_secret": "j0/j9R75ztnkLpSvdVCH4LeuIjRhjHaB",
  "api_keys": {
    "stripe": "sk_live_NiS4qDda320DRbBPezVRE9nH",
    "sendgrid": "SG.gkc6Qda/1ETByTrfe5uZ8x",
    "twilio_sid": "ACfb68031f3019e5e90b85754b2e2b2a3c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}