{
  "name": "payment-service",
  "version": "2.5.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aBHDEr0iUy412d3GhV32"
  },
  "jwt_secret": "KD52XvpSsiuSOR86FEsplKQGsetp6AeT",
  "api_keys": {
    "stripe": "sk_live_81FwhOGHcvJGhEI43L4uO2xj",
    "sendgrid": "SG.EVaUlMo2NkmaWfV3xSjMKE",
    "twilio_sid": "ACf541e849df503ba21bfa49db93cdfbbc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}