Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giga-a authored Jan 2, 2025
1 parent 0fe96a0 commit 24d30e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,13 @@ sudo -E python3 -m honeypots --setup ftp --config config.json
"logs_location": "",
"syslog_address":"",
"syslog_facility":0,
"postgres":"//username:[email protected]:9999/honeypots",
"postgres":{
"username":"postgres",
"password":"test",
"hostname":"192.168.2.20",
"port":"5432",
"db":"honeypots"
},
"sqlite_file":"",
"db_options":["drop"],
"sniffer_filter": "",
Expand Down

0 comments on commit 24d30e3

Please sign in to comment.