gophish/config.json

8 lines
124 B
JSON
Raw Normal View History

{
"url" : "localhost:3333",
"smtp" : {
"host" : "smtp.example.com:25",
"user" : "username",
"pass" : "password"
}
}