{
  "name": "payment-service",
  "version": "1.1.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HH9x6a0h9QAD95dFStLl"
  },
  "jwt_secret": "dmxPDBJLFQeIBnOeBItbzR3dAP8qXohx",
  "api_keys": {
    "stripe": "sk_live_RSoEetBhiCEETXhg1X3vlSpJ",
    "sendgrid": "SG.8YtNAqJrfNJQ45sw2ISAr+",
    "twilio_sid": "AC3ef4c94c1fecedd7220820cbaa2b9cf6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}