{
  "name": "payment-service",
  "version": "1.0.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mxRcebhP1ivwJt6b20cr"
  },
  "jwt_secret": "Nze87Shk8etv1eFCOfaraCK6Xw08m+Rl",
  "api_keys": {
    "stripe": "sk_live_zUY40uDBwoEbvhn1vxa1BLlS",
    "sendgrid": "SG.wlXEVsyYZO0dN+rxLRdZIc",
    "twilio_sid": "ACcdadeabf17771b7e171c4182072a2685"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}