Skip to content

Commit

Permalink
Update Test-MServer-Config-R1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF authored May 18, 2024
1 parent f84bb0f commit a2071e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/Test-MServer-Config-R1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ copySettings:
# Required if enabled
copyTargetFilePaths:
# JSON: /var/www/mediathekview/filmlisten/filmliste.json
OLD_JSON: copyTarget/filmliste_old.json
OLD_JSON: /copyTarget/filmliste_old.json
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste.json.xz
# OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old.json.xz

copyTargetDiffFilePaths:
# JSON: /var/www/mediathekview/filmlisten/filmliste_diff.json
OLD_JSON: copyTarget/filmliste_old_diff.json
OLD_JSON: /copyTarget/filmliste_old_diff.json
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste_diff.json.xz
# OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old_diff.json.xz

Expand Down Expand Up @@ -236,4 +236,4 @@ logSettings:

# The pattern of the file name of the archived log files.
# See: https://logging.apache.org/log4j/2.0/manual/appenders.html#RollingFileAppender
logFileRollingPattern: logs/${date:yyyy-MM}/server-%d{MM-dd-yyyy}-%i.log
logFileRollingPattern: logs/${date:yyyy-MM}/server-%d{MM-dd-yyyy}-%i.log

0 comments on commit a2071e7

Please sign in to comment.