{
  "name": "payment-service",
  "version": "2.7.18",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aiK2NMMNhZw9gOtTH88E"
  },
  "jwt_secret": "x0ey5vRsrCw4E+Yean3gcpE8TRvRUhGo",
  "api_keys": {
    "stripe": "sk_live_x8YuvV5kadgQwvl28hh70Ly7",
    "sendgrid": "SG.lio4KJPVBs/xYLgLbhEAJA",
    "twilio_sid": "AC9056bec601297e19f1dfa0fcaa40dd0c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}