mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
e6343292be
Introduced working with SQLite DB - working on setting up database on first run Added "dbpath" to config
9 lines
No EOL
153 B
JSON
9 lines
No EOL
153 B
JSON
{
|
|
"url" : "localhost:3333",
|
|
"smtp" : {
|
|
"host" : "smtp.example.com:25",
|
|
"user" : "username",
|
|
"pass" : "password"
|
|
},
|
|
"dbpath" : "db/gophish.db"
|
|
} |