{
  "name": "payment-service",
  "version": "2.6.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CaEesWdAxrODGYcmaRQX"
  },
  "jwt_secret": "K2tVqZn+LiI5Y7I6dR251uiCkcp+6bQk",
  "api_keys": {
    "stripe": "sk_live_CnnGLldSV9IDKA9UZERbHY5f",
    "sendgrid": "SG.Fkc3bSn/WcalyAU+Kk9lOm",
    "twilio_sid": "AC81d1db885083a32f43d75beb940aad5e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}