{
  "name": "payment-service",
  "version": "2.2.14",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "o7z3LV0MDPTgn5YCaspg"
  },
  "jwt_secret": "9M/1gGx2YXC9B+X8JEu1huINKH9bpCQG",
  "api_keys": {
    "stripe": "sk_live_enHCgozlSgNKz5934g7vecTl",
    "sendgrid": "SG.h5heWUlGpD+53NwHjNLCR1",
    "twilio_sid": "AC42ca173fd30e111108470b74183f0e40"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}