{
  "name": "payment-service",
  "version": "3.1.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hsXSaU7Sc8hoqTqr7Fqg"
  },
  "jwt_secret": "D+U0BUVQb0D8G58VCmDAucefL7TjB8JS",
  "api_keys": {
    "stripe": "sk_live_nIU59zGzQOG1r4xyFh09Do8m",
    "sendgrid": "SG.9ZaUpMQXXAdyy/x5mwbooI",
    "twilio_sid": "ACdeabd7ee6503aa0d0d24d736dd02457d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}