{
  "name": "payment-service",
  "version": "2.5.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ktDFGyW246qdM9fukSug"
  },
  "jwt_secret": "f5/kfFERxrcB9CP93/QO0ncXTLXAIf4l",
  "api_keys": {
    "stripe": "sk_live_N23tb35NDe0lLz64QudDEwfk",
    "sendgrid": "SG.8yMQw4LtQg3p6zY4sMbeta",
    "twilio_sid": "AC265cec6b188d630f7696003ab79a69cf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}