{
  "name": "payment-service",
  "version": "3.7.23",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tHT048nnEmoQOMWbdCaF"
  },
  "jwt_secret": "uUSbX/veYBkGklmiFZ46aRlWbunUcUXI",
  "api_keys": {
    "stripe": "sk_live_d35uF8KciNFPNsKU06xQVYDM",
    "sendgrid": "SG.wZCgRGOxgnEw8hqAq5IJZi",
    "twilio_sid": "AC342e9c081b07bd49e41146cec69542f0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}