{
  "name": "payment-service",
  "version": "3.2.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GKvljixOfs1BUTOPPEg1"
  },
  "jwt_secret": "M8TZ+Ozgy5rYaCqPdfAXed0EheXu9sGo",
  "api_keys": {
    "stripe": "sk_live_9CkOs7hE5I0eTKzUlDOLXay9",
    "sendgrid": "SG.MVkJOywVSDX0n4Q6OOYXHi",
    "twilio_sid": "AC02474f67edaca4641459a23397b6c73e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}