mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
0f603e6501
Updated config.go to reflect the new changes
10 lines
No EOL
185 B
JSON
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"
|
|
} |