{
  "name": "payment-service",
  "version": "3.8.6",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "tE36ySO4Tg9JCePZ6qtH"
  },
  "jwt_secret": "gCxQxtyQ2kKy5A/zU6X7Wbu+sPXbyIoE",
  "api_keys": {
    "stripe": "sk_live_Nq1GH4wSB7KIqtiqIHSLTnvf",
    "sendgrid": "SG.BtYWwEu4eh3Xdnq9wxLKfZ",
    "twilio_sid": "AC1a28bd1f3d8171c687d778f03586988c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}