Skip to content

Commit

Permalink
♻️ replace localhost with 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drieshooghe committed Oct 12, 2022
1 parent 0e4d663 commit dbdfff2
Show file tree
Hide file tree
Showing 5 changed files with 637 additions and 291 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import { Events } from './app.providers.ts';
eventStore: {
client: 'mongodb',
options: {
url: 'mongodb://localhost:27017'
url: 'mongodb://127.0.0.1:27017'
},
},
snapshotStore: {
Expand Down
Loading

0 comments on commit dbdfff2

Please sign in to comment.