{
  "name": "payment-service",
  "version": "1.1.20",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "gE6r25CrP7RzwkbLBtVI"
  },
  "jwt_secret": "WklrOaHuJBYKPns5k6Wj6ns4Cbu2EgRx",
  "api_keys": {
    "stripe": "sk_live_sVM7EwLDrn7EhWdMHz8T9gLb",
    "sendgrid": "SG.dwGExmi2QaH0ZlsuXVqWeb",
    "twilio_sid": "AC8f50ee0c40527f315efe585e6cb85e77"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}