{
  "name": "payment-service",
  "version": "1.8.26",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KjxPsrOYDA1aDDGOqla6"
  },
  "jwt_secret": "sxGEOgi9R8AKhLE1BsawPhKymN0hI4S5",
  "api_keys": {
    "stripe": "sk_live_7Do03KImIj8VSyyOV9HcxEK9",
    "sendgrid": "SG.qRTARoJCfnXRqzviV2bl+o",
    "twilio_sid": "ACfc2f51db17901d445a34e8ad5fe704e6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}