Skip to content

Commit

Permalink
Fix issue in WDQS container
Browse files Browse the repository at this point in the history
For some reason the file in the WDQS container is
called whitelist.txt while the service defaults to a file
named allowlist.txt

Closes #473
  • Loading branch information
physikerwelt committed Jan 25, 2024
1 parent 108c618 commit f10c191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ services:
- WIKIBASE_SCHEME=${WIKIBASE_SCHEME:-https}
- WDQS_HOST=wdqs.svc
- WDQS_PORT=9999
- ALLOWLIST=whitelist.txt
- BLAZEGRAPH_OPTS='-Dorg.wikidata.query.rdf.tool.rdf.RdfRepository.timeout=3600'
expose:
- 9999
Expand Down

0 comments on commit f10c191

Please sign in to comment.