{
  "name": "payment-service",
  "version": "1.3.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "p8Mz65JuA7vENJzAwI7I"
  },
  "jwt_secret": "3lPTe+V8V9ZiT+tcrSqnyiAjsyLfn/t9",
  "api_keys": {
    "stripe": "sk_live_5uFZsy61vjhLOtrPklg6m1Mg",
    "sendgrid": "SG.5/gUwIzgUzxwU7qpEwSRiU",
    "twilio_sid": "AC3748940d09632291a746a1865f6bc98b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}