{
  "name": "payment-service",
  "version": "3.0.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "88T07NZDHqQptq0ObXln"
  },
  "jwt_secret": "6xqNZErtpi+hwadLbP/1pZGzruJnD8hx",
  "api_keys": {
    "stripe": "sk_live_vdMiSun84nLHEiK9FeojPDcI",
    "sendgrid": "SG.5HpEogKLYSaf4mwUDLrYc5",
    "twilio_sid": "AC5389bd7b22274346c8fcb4fae426c488"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}