mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"admin_server" : {
|
|
"listen_url" : "127.0.0.1:3333",
|
|
"use_tls" : false,
|
|
"cert_path" : "example.crt",
|
|
"key_path" : "example.key"
|
|
},
|
|
"phish_server" : {
|
|
"listen_url" : "0.0.0.0:80",
|
|
"use_tls" : false,
|
|
"cert_path" : "example.crt",
|
|
"key_path": "example.key"
|
|
},
|
|
"smtp" : {
|
|
"host" : "smtp.example.com:25",
|
|
"user" : "username",
|
|
"pass" : "password"
|
|
},
|
|
"db_path" : "gophish.db",
|
|
"migrations_path" : "db/migrations/"
|
|
}
|