Skip to content

Commit

Permalink
Converting CSVs turned off by default on the Federated installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanKarab committed Jan 17, 2021
1 parent 2db5323 commit 9fd60d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- NODE_COMMUNICATION_TIMEOUT=30000 # (MILIS) NODE COMMUNICATION WILL DROP IF TIMEOUT IS PASSED
- ENVIRONMENT_TYPE=PROD # TEST / DEV / PROD
- LOG_LEVEL=INFO # INFO / DEBUG
- CONVERT_CSVS=TRUE # TRUE / FALSE
- CONVERT_CSVS=FALSE # TRUE / FALSE
depends_on:
- exareme-keystore
deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- NODE_COMMUNICATION_TIMEOUT=30000 # (MILIS) NODE COMMUNICATION WILL DROP IF TIMEOUT IS PASSED
- ENVIRONMENT_TYPE=PROD # TEST / DEV / PROD
- LOG_LEVEL=INFO # INFO / DEBUG
- CONVERT_CSVS=TRUE # TRUE / FALSE
- CONVERT_CSVS=FALSE # TRUE / FALSE
deploy:
placement:
constraints:
Expand Down

0 comments on commit 9fd60d5

Please sign in to comment.