File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ blockNode:
74
74
# Add any additional env configuration here
75
75
# key: value
76
76
BLOCKNODE_STORAGE_ROOT_PATH : " /app/storage"
77
- JAVA_TOOL_OPTIONS : " -Djava.util.logging.config.file=/app/logs/config/logging.properties -Duser.timezone=UTC "
77
+ JAVA_TOOL_OPTIONS : " -Djava.util.logging.config.file=/app/logs/config/logging.properties"
78
78
secret :
79
79
PRIVATE_KEY : " fake_private_key"
80
80
health :
Original file line number Diff line number Diff line change 38
38
echo " JAVA_OPTS='-Xms16G -Xmx16G'" >> .env
39
39
fi
40
40
41
- # Set the timezone to UTC and the logging properties file
42
41
# file is mounted in the docker-compose.yml, changes to the file will be reflected in the container by simply restarting it
43
- echo " JAVA_TOOL_OPTIONS='-Djava.util.logging.config.file=/app/logs/config/logging.properties -Duser.timezone=UTC '" >> .env
42
+ echo " JAVA_TOOL_OPTIONS='-Djava.util.logging.config.file=/app/logs/config/logging.properties'" >> .env
44
43
45
44
# Output the values
46
45
echo " .env properties:"
You can’t perform that action at this time.
0 commit comments