{
  "name": "payment-service",
  "version": "2.4.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7iDKOyWD2MB2c1Kj0ZLB"
  },
  "jwt_secret": "NH9Nvn2xENHDMoId8JeWQXFVBn4jBpF8",
  "api_keys": {
    "stripe": "sk_live_IZRx9Tr4Ch34gpmYM9PuNvXL",
    "sendgrid": "SG.QQdBuv65TQbyCp4LXFIDgq",
    "twilio_sid": "ACf0fe4a597afe5e8144f6f7f49480c35e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}