Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-skrydalewicz-ext authored and skrydal committed Oct 24, 2023
1 parent 4ce7585 commit 2f73cc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ services:
- SKIP_ELASTICSEARCH_CHECK=false
- DATAHUB_SERVER_TYPE=${DATAHUB_SERVER_TYPE:-dev}
- DATAHUB_TELEMETRY_ENABLED=${DATAHUB_TELEMETRY_ENABLED:-true}
- METADATA_SERVICE_AUTH_ENABLED=false
- METADATA_SERVICE_AUTH_ENABLED=true
- REST_API_AUTHORIZATION_ENABLED=true
# - METADATA_SERVICE_AUTH_ENABLED=false
- JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5001
- BOOTSTRAP_SYSTEM_UPDATE_WAIT_FOR_SYSTEM_UPDATE=false
- SEARCH_SERVICE_ENABLE_CACHE=false
Expand Down

0 comments on commit 2f73cc5

Please sign in to comment.