{
  "name": "payment-service",
  "version": "1.1.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "MndL3niKuTBMrZELQPhh"
  },
  "jwt_secret": "lAGxcZF0o0jDcWzvLP/cMQvr6c5FNsgy",
  "api_keys": {
    "stripe": "sk_live_LcWB2mf0QFj30hRb8nltVwrb",
    "sendgrid": "SG.B8al2kqCmX+nIaCDrlhNC4",
    "twilio_sid": "AC397979bc472adda6a52762e0e405608f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}