gophish/config.json
Jordan 0f603e6501 Added http handler for phishing endpoint - Will add content soon
Updated config.go to reflect the new changes
2014-06-29 16:44:16 -05:00

10 lines
No EOL
185 B
JSON

{
"admin_url" : "127.0.0.1:3333",
"phish_url" : "0.0.0.0:80",
"smtp" : {
"host" : "smtp.example.com:25",
"user" : "username",
"pass" : "password"
},
"dbpath" : "gophish.db"
}