{
  "name": "payment-service",
  "version": "2.0.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tqFWqLDTQHx8p7gX4RIU"
  },
  "jwt_secret": "U5kdh6ihvwJd+wypDOhkA3HF3YTHo6M2",
  "api_keys": {
    "stripe": "sk_live_fwQR7n4RUVqB5Lv8Ou7Btk9Z",
    "sendgrid": "SG.Qy44t2u5LpiwGNTCb1yLlM",
    "twilio_sid": "AC8c9ac51ed10c7468bf0c0b6e208444bb"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}