Skip to content

Commit

Permalink
Update config.docker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin authored Jun 6, 2024
1 parent 820c94f commit 12f1eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const {
INAT_AWS_OPENDATA_ACL,
INAT_TAXA_FILE_PATH,
INAT_SEEK_EXCEPTION_LIST_ID,
INAT_NLS_ES_URL
INAT_NLS_URL
} = process.env;

module.exports = {
Expand Down Expand Up @@ -55,7 +55,7 @@ module.exports = {
geomodel: true,
combinedThreshold: 0.001,
frequencyBackend: "redis",
inatnlsURL: INAT_NLS_ES_URL || ""
inatnlsURL: INAT_NLS_URL || ""
},
redis: {
host: INAT_REDIS_HOST || "127.0.0.1",
Expand Down

0 comments on commit 12f1eee

Please sign in to comment.