{
  "name": "payment-service",
  "version": "1.1.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "K4tDikXdGoJVHO5G2Vrs"
  },
  "jwt_secret": "qoVYugSLN6R35GKBpCJmlWekn+cN0C3d",
  "api_keys": {
    "stripe": "sk_live_b7a5Ldqyl4svyOGfFLU9WDc4",
    "sendgrid": "SG.+Zq1pkeQzZYewfMP+yOnhq",
    "twilio_sid": "ACca02e12e1a1e7c4c9cefd6145218d2b5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}