Skip to content

Commit

Permalink
Use 127.0.0.1 consistently to fix (possible) IPV6 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalaytekin committed Nov 13, 2023
1 parent 7fde85b commit cb35f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/test.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"noindex": true,
"readonly": false,
"webservice": {
"database": "mongodb://localhost/pa11y-dashboard-integration-test",
"host": "0.0.0.0",
"database": "mongodb://127.0.0.1/pa11y-dashboard-integration-test",
"host": "127.0.0.1",
"port": 3000,
"cron": "0 30 0 * * *"
}
Expand Down

0 comments on commit cb35f05

Please sign in to comment.