{
  "name": "payment-service",
  "version": "1.1.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ec1RZu0NUHcGlzDdssHn"
  },
  "jwt_secret": "4rp6KtE4sUGJ5hfMuyFIiqiSni3bkbOz",
  "api_keys": {
    "stripe": "sk_live_IOSTWPNrGnJYzQe2fpxMuLen",
    "sendgrid": "SG.aqhYGmbsYVWCsJDG5Imgeq",
    "twilio_sid": "ACb4f44fbd473fe1e8e8a6c50a0f7ac044"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}