{
  "name": "payment-service",
  "version": "2.0.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FaIXDAJBgUHRKnLAIwcB"
  },
  "jwt_secret": "7gM2A0s9crMw7FULKFC7BUuYK4oQqt/o",
  "api_keys": {
    "stripe": "sk_live_YfzqJL0S5kE5ov4VkbCsZLBa",
    "sendgrid": "SG.U24zGtyWqgPfXxSxN+TyMC",
    "twilio_sid": "AC744ef3c67b5ccda3774d2e106f5ca64d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}