{
  "name": "payment-service",
  "version": "1.0.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ugXZ6zoiTqCOLHu11oQ0"
  },
  "jwt_secret": "oEWLquhhdn1aCkhklydLs098BisNxDQa",
  "api_keys": {
    "stripe": "sk_live_j0fS2zq6quKVckDBwnMrODVG",
    "sendgrid": "SG.D0Y8uz+7c3yXJ756RNMSmK",
    "twilio_sid": "AC93f5766466db7af4e3a642762fb91310"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}