{
  "name": "payment-service",
  "version": "1.7.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7Mmqwfd3D1TXKOhvdZnV"
  },
  "jwt_secret": "5JfywNOdFV3PsvebxCIgbl83M2LzcgDo",
  "api_keys": {
    "stripe": "sk_live_uPf2OxBlkGUnpriT09aTDVTI",
    "sendgrid": "SG.r9s4FrYNsOPKiRBs+VaUXk",
    "twilio_sid": "AC42200de79ef22a3c70a6ac6c236be454"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}