{
  "name": "payment-service",
  "version": "1.2.27",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "B9Dc3qMZZa2RmAtfUgPf"
  },
  "jwt_secret": "ktt21ZDZY1hQ7S+GAp4oSHqr7yvk6nOh",
  "api_keys": {
    "stripe": "sk_live_hZdtjafCPHjvO0dKvckEfwd9",
    "sendgrid": "SG.JahaCOwAawfOVJHSLY9k7p",
    "twilio_sid": "AC5ee7a742b8dde704e87a9ee4c97f0f56"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}