{
  "name": "payment-service",
  "version": "2.1.15",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UGfrLH7jKAZXfZFtrhRy"
  },
  "jwt_secret": "d7ReYkT6e25cy5Gc+hUAmihuhf8igQoK",
  "api_keys": {
    "stripe": "sk_live_ApRbZRau3HsqY6aXt9JTFlaC",
    "sendgrid": "SG.GtxoLS43orB4nLi6E2gyMZ",
    "twilio_sid": "AC59a2baea950a62c547d251e691a832a5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}