mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
7eb90b27ad
Created db package to handle DB connection/queries Removed Setup.go (now handled in db package) Setup context in middleware
9 lines
No EOL
150 B
JSON
9 lines
No EOL
150 B
JSON
{
|
|
"url" : "localhost:3333",
|
|
"smtp" : {
|
|
"host" : "smtp.example.com:25",
|
|
"user" : "username",
|
|
"pass" : "password"
|
|
},
|
|
"dbpath" : "gophish.db"
|
|
} |