{
  "name": "payment-service",
  "version": "1.4.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BjsoNA5iyTpOCmhbQ8iF"
  },
  "jwt_secret": "ht9bG8YxjViqzu6ehJZ0/hGs8wpoGgZk",
  "api_keys": {
    "stripe": "sk_live_DMAyGjyKGfQLfm22OZPiFALA",
    "sendgrid": "SG.EecWI8c42eSW5Wz9ER/K/g",
    "twilio_sid": "AC17b55d879b4f1560c76345bbede384d2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}