Skip to content

Commit 4f7ce85

Browse files
committed
fixup! CLDSRV-750: skip server access logs for heatbeat and backbeat routes
1 parent 6492b3e commit 4f7ce85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- ${HOME}/.aws/credentials:/root/.aws/credentials
99
- /tmp/artifacts/${JOB_NAME}:/artifacts
1010
- /tmp/coverage/${JOB_NAME}:/coverage/test
11-
- config-mongo-file-ft.json:/usr/src/app/config.json
11+
- ${S3_CONFIG_FILE}:/usr/src/app/config.json
1212
environment:
1313
- CI=true
1414
- ENABLE_LOCAL_CACHE=true

0 commit comments

Comments
 (0)