Skip to content

Commit

Permalink
Fix INAT_SEEK_EXCEPTION_LIST_ID default value
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Mar 29, 2024
1 parent 9fdfda1 commit b52210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ module.exports = {
host: INAT_ES_HOST ? `http://${INAT_ES_HOST}:9200` : "http://localhost:9200"
},
cacheDir: "/home/inaturalist/api/cache",
seekExceptionListID: INAT_SEEK_EXCEPTION_LIST_ID || "INAT_SEEK_EXCEPTION_LIST_ID"
seekExceptionListID: INAT_SEEK_EXCEPTION_LIST_ID || 0
};

0 comments on commit b52210b

Please sign in to comment.