{
  "name": "payment-service",
  "version": "2.6.25",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "s4MpB8VxF1BunwRdd6XQ"
  },
  "jwt_secret": "xN8392DUvwZ+Nn6lc22NNXDaV2k5TY0A",
  "api_keys": {
    "stripe": "sk_live_0BigyvmQnWOy3anZcV1RIqCZ",
    "sendgrid": "SG.hLY/RqDglcgZFwa6hTWUhu",
    "twilio_sid": "AC883e84768af283e5a781ae595bb2ee90"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}