{
  "name": "payment-service",
  "version": "3.9.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ewhUQQBjXDmWmGBZQpSQ"
  },
  "jwt_secret": "00nDRiC9w8zby5Ctt6zDbU0gF3eyjqKG",
  "api_keys": {
    "stripe": "sk_live_6U4kDPZ11lOWwQO73habi4VD",
    "sendgrid": "SG.zKUuhh++Y0kB3HrLh3qYHi",
    "twilio_sid": "AC24e91a633708bea6a3daaf526a21e086"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}