{
  "name": "payment-service",
  "version": "3.3.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SYGnoIMV1Jv6kIVQ6Gm1"
  },
  "jwt_secret": "97LYZr//MuytAdNxErXDMLM17myu9AfD",
  "api_keys": {
    "stripe": "sk_live_qJn4wAYVS5Iq2qmv2L9thDAu",
    "sendgrid": "SG.ZiSFPNg8r4xOdL4dp+Qir0",
    "twilio_sid": "ACda6a43d6a8e72f82067c67d11dbbb9a5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}