{
  "name": "payment-service",
  "version": "3.5.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XlW44Prq45XOqgz2ImvW"
  },
  "jwt_secret": "0VILXpPmoQX8Nl58o/7/mWvLDflmfXPc",
  "api_keys": {
    "stripe": "sk_live_SFrPYTO7ggxa7K6L4RoMGUpS",
    "sendgrid": "SG.juSJgLOx7ciyVMdvLilLrx",
    "twilio_sid": "ACf81f00ab121802a82104119a7c34614a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}