{
  "name": "payment-service",
  "version": "3.1.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GZF2OQnR2y232ais7mVt"
  },
  "jwt_secret": "OZ0b0A5VBB/6exb5ARFTrWL0PciksjiG",
  "api_keys": {
    "stripe": "sk_live_PMxkRwHLPgdOxhTtXOjSY6ZK",
    "sendgrid": "SG.8HMPWzY+PiH6L1BoB01dQb",
    "twilio_sid": "AC2033e1d3909b89dcad75ee8d26281c13"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}