Skip to content

Commit

Permalink
Temp work around for compat w/ pelias-config#0a6aca208280c99781421dda…
Browse files Browse the repository at this point in the history
…70a414af043ef95f

See pelias#513 for a proper fix.

Really we can just omit this commit, there's no need for the latest
version, but it seems nice to try to keep all the pelias repos on the
same config release.
  • Loading branch information
michaelkirk committed Jul 1, 2023
1 parent 3745cc5 commit 78c0783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash": "^4.16.0",
"minimist": "^1.2.0",
"pelias-blacklist-stream": "^1.0.0",
"pelias-config": "^4.12.0",
"pelias-config": "https://github.com/michaelkirk-pelias/config#mkirk\/elastic8",
"pelias-dbclient": "https://github.com/michaelkirk-pelias/dbclient#mkirk\/elastic8",
"pelias-logger": "^1.2.1",
"pelias-model": "^9.2.0",
Expand Down
1 change: 1 addition & 0 deletions schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = Joi.object().keys({
datapath: Joi.string().required(true),
dataHost: Joi.string(),
s3Options: Joi.string(),
token: Joi.string(),
adminLookup: Joi.boolean(),
missingFilesAreFatal: Joi.boolean().default(false).truthy('yes').falsy('no')
}).unknown(false)
Expand Down

0 comments on commit 78c0783

Please sign in to comment.