{
  "name": "payment-service",
  "version": "3.9.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0fZMKR94Ku0a35BnlaBv"
  },
  "jwt_secret": "4am6EmTHIpjL3/PL5AvGT0++PFnN0gt3",
  "api_keys": {
    "stripe": "sk_live_Mj3glfZEJzT0xcwe8nQa9aE4",
    "sendgrid": "SG.FO3RGgdRb+ZlQvm5qcAyeI",
    "twilio_sid": "ACcee26e8968fb6e4abed7b143667b978f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}