{
  "name": "payment-service",
  "version": "2.9.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Z6KgNzYbcoWT6dyspAWw"
  },
  "jwt_secret": "R01dXLyBZckgVQW1rDlBpzFQz/+HwwSo",
  "api_keys": {
    "stripe": "sk_live_kSJNcGAqshf4LhJIpx7SieI1",
    "sendgrid": "SG.xaf29kpdNEWi0OIhXGidSE",
    "twilio_sid": "AC9a9bf84146a1653d5bf053a3821df645"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}