{
  "name": "payment-service",
  "version": "3.5.24",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "k8PC6eTClJJQt3XOP2fs"
  },
  "jwt_secret": "D84M3s3f/Mx7oddEeG6e8hpuXVR9yKIA",
  "api_keys": {
    "stripe": "sk_live_jVYjvwgBM1WQCxc5rHu9LsH5",
    "sendgrid": "SG.H2BMDHe9wd+1ygJEUvEU/5",
    "twilio_sid": "ACa2089aefdef77c242feb98c316beb1c0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}