{
  "name": "payment-service",
  "version": "1.5.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Em6l2z4KLxAZGWZrawyV"
  },
  "jwt_secret": "F3dGJV0L4oD/PLCu2aEhs5GH0tShGQsE",
  "api_keys": {
    "stripe": "sk_live_Bs8OE6ebBU8p91MRl2UGk87j",
    "sendgrid": "SG.awKfkjYo7yCRXrqis5CNSu",
    "twilio_sid": "AC1fc30005f153b3e5104e8105d035c2bf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}