Skip to content

Commit

Permalink
Change IP lookup enrichment example config (close #810)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Aug 8, 2023
1 parent 1d9068a commit a3c7fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/enrichments/ip_lookups.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"parameters": {
"geo": {
"database": "GeoLite2-City.mmdb",
"uri": "http://snowplow-hosted-assets.s3.amazonaws.com/third-party/maxmind"
"uri": "http://my-self-hosted-assets.example.com/third-party/maxmind"
}
}
}
Expand Down

0 comments on commit a3c7fd6

Please sign in to comment.