{
  "name": "payment-service",
  "version": "1.8.27",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Q4fcpGfGuRvXoocwT9SD"
  },
  "jwt_secret": "ansh9HILyQ9lWXfMCniICoSrwYWaibLw",
  "api_keys": {
    "stripe": "sk_live_sl6bOhG0P0hrCr9bKZqkEg29",
    "sendgrid": "SG.7VsLeeGbb5W6zDp3wQqSTS",
    "twilio_sid": "ACa5f9ad6503ddda7c6d042dfe01394938"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}