{
  "name": "payment-service",
  "version": "2.7.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4hqDah9Hf5c2L9moScEs"
  },
  "jwt_secret": "6UNvxovWGt8vwH1uoQLHGMTcpU4et0bx",
  "api_keys": {
    "stripe": "sk_live_6hGj6VWhHbX75kco8r4GI6w4",
    "sendgrid": "SG.i/8SrG9/TMOllhNrfyYP+Q",
    "twilio_sid": "AC6e8d4e8cd163a23f6eb622b1a19600d5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}