Skip to content

Commit

Permalink
chore(docker): enable QUALTET_HTTP_ENDPOINT_SYSTEM_METADATA_ENABLED
Browse files Browse the repository at this point in the history
… on example docker compose file
  • Loading branch information
yoshinorin committed Dec 24, 2023
1 parent 3637cc5 commit df9e4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
QUALTET_DB_USER: root
QUALTET_DB_PASSWORD: pass
QUALTET_HTTP_BIND_ADDRESS: 0.0.0.0
QUALTET_HTTP_ENDPOINT_SYSTEM_METADATA_ENABLED: true
QUALTET_HTTP_PORT: 9001
QUALTET_JWT_ISS: "http://localhost:9001"
QUALTET_JWT_AUD: "qualtet_dev_1111"
Expand Down

0 comments on commit df9e4d5

Please sign in to comment.