{
  "name": "payment-service",
  "version": "2.8.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KPxDh64dVvuiYodtUbMB"
  },
  "jwt_secret": "GtImonGgjhhRQK1o+bF6Sd2u0wp8Ca9F",
  "api_keys": {
    "stripe": "sk_live_3LOoHgpgGA7vZnX6gRPItmnu",
    "sendgrid": "SG.KvD8TL7ruYr+gHNVgoz49i",
    "twilio_sid": "AC4814b564093a6d22392ad43f842edf24"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}