{
  "name": "payment-service",
  "version": "2.2.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CUf9MuL6e10XxRrqbaPC"
  },
  "jwt_secret": "jxXXO0TLKZW2wq2I3r7cC/HiUZdiqq1q",
  "api_keys": {
    "stripe": "sk_live_YL64A3hZB6wJGXShxIM8byXF",
    "sendgrid": "SG.Y48P2z7Wdojf0oaoRHT6WD",
    "twilio_sid": "ACdc451e0ea470e849bdcd7d7b03863d53"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}