{
  "name": "payment-service",
  "version": "3.2.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "C5cDq3Llt0OAHHNI8kdx"
  },
  "jwt_secret": "oUD8skI2fTfpzYF8oglny9A5FvJ1wJir",
  "api_keys": {
    "stripe": "sk_live_4WZyNf1wEPtROsmHn5lhhgz0",
    "sendgrid": "SG.QdwHgiq4CrXiS9lIL4RGUI",
    "twilio_sid": "AC4af80572309ae221fe087d4ebd77d398"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}