Skip to content

Commit

Permalink
fixing db name
Browse files Browse the repository at this point in the history
Signed-off-by: Jan <[email protected]>
  • Loading branch information
janlauber committed Nov 16, 2021
1 parent a1197ed commit b938da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"key_path": "example.key"
},
"db_name": "sqlite3",
"db_path": "sqlite3/gophish.db",
"db_path": "sqlite3/sqlite3.db",
"migrations_prefix": "db/db_",
"contact_address": "[email protected]",
"logging": {
Expand Down

0 comments on commit b938da0

Please sign in to comment.