{
  "name": "payment-service",
  "version": "2.8.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rHYeQfYB0cHxkf1wOBLs"
  },
  "jwt_secret": "Zrgm6aiYmGiQfGPYzzasj6f1pPqO6cGp",
  "api_keys": {
    "stripe": "sk_live_R3kljUhC6om1FG4WCpenYd0B",
    "sendgrid": "SG.iWLQ6yDHo5DuMdC63GXLmV",
    "twilio_sid": "AC9692eebb23e25856395e52bea5c50f07"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}