{
  "name": "payment-service",
  "version": "1.9.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "q712gNBmkKBCBVEXhLW0"
  },
  "jwt_secret": "IebRCmOUiwAmQVYFqLnw47uwx3/L/mhQ",
  "api_keys": {
    "stripe": "sk_live_bTSC8IKD830wJkd49WGC4Z3Y",
    "sendgrid": "SG.QhvTRrmDi0CR3OF/+oAff8",
    "twilio_sid": "ACc2507d7fea696ec1981ef4c6fc52be22"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}