Skip to content

Commit

Permalink
chore(.env.template): remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 1, 2024
1 parent c3ffc31 commit 16b40e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ LOG_ROTATION_DATE_FORMAT=
# daemon handles logging and rotations
LOG_ROTATION_FILENAME=

# Frequency can be "daily", "date", "[1-12]h" or "[1-30]m".
# Frequency can be "daily", "date", "[1-12]h" or "[1-30]m".
# Defaults to "daily".
# Set to "date" if you want to rotate based on LOG_ROTATION_DATE_FORMAT.
# Requires LOG_ROTATION_FILENAME to be set.
Expand All @@ -105,7 +105,7 @@ LOG_ROTATION_FREQUENCY=
# Defaults to "10" if deployed with Docker Compose
LOG_ROTATION_MAX_LOGS=

# Max size of the file after which it will rotate.
# Max size of the file after which it will rotate.
# It can be combined with frequency or date format.
# The size units are "k", "m" and "g".
# Units need to directly follow a number e.g. 1g, 100m, 20k.
Expand Down

0 comments on commit 16b40e8

Please sign in to comment.