Skip to content

Commit

Permalink
refactor: Add error handling for missing TomTom API key in default.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielswiatek committed Sep 7, 2024
1 parent 28d8c67 commit d1c6c50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"meilisearch": {
"host": "meilisearch:7700",
"apiKey": "xbAPupQKhkKvF176vE2JxAdPGpmWVu251Hldn6K4Z6Y"
},
"tomtom": {
"apiKey": ""
}
}

0 comments on commit d1c6c50

Please sign in to comment.