{
  "name": "payment-service",
  "version": "3.9.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zziaRLzFgOP8Gxnuutxt"
  },
  "jwt_secret": "MbB8PJMbiKHh5VrUpG/I7z/r1SDX/PWl",
  "api_keys": {
    "stripe": "sk_live_mJzqZ3aXNqBDKU4MUbVBNFJ2",
    "sendgrid": "SG.7iaG6oppcdfvyNGhQ0/ieX",
    "twilio_sid": "AC450d6426def596da18335cd211cbfb81"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}