Codebase list phishery / c6441e84-4a99-4bf0-b4ee-48f94ec96865/main settings.json
c6441e84-4a99-4bf0-b4ee-48f94ec96865/main

Tree @c6441e84-4a99-4bf0-b4ee-48f94ec96865/main (Download .tar.gz)

settings.json @c6441e84-4a99-4bf0-b4ee-48f94ec96865/mainraw · history · blame

{
  "ip": "0.0.0.0",
  "port": "443",
  "sslCert": "server.crt",
  "sslKey": "server.key",
  "basicRealm": "Secure Document Gateway",
  "responseStatus": 200,
  "responseFile": "template.dotx",
  "responseHeaders": [
    ["Content-Type", "application/vnd.openxmlformats-officedocument.wordprocessingml.template"]
  ]
}