Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/9.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/9.1
  • Loading branch information
metaventis-build committed Oct 1, 2024
2 parents 55290d6 + 199b880 commit bbe28da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@
# --- enables embedded document viewer
# SERVICES_RENDERING_SERVICE_VIEWER_ENABLED=true

# --- enables admin page (default is true)
# SERVICES_RENDERING_SERVICE_ADMINPAGE_ENABLED=true

# --- cron job for cache cleaner
# SERVICES_RENDERING_SERVICE_CACHE_CLEANER_SCHEDULE="0 0 * * 0" # At 00:00 on every Sunday

Expand Down Expand Up @@ -264,4 +267,4 @@
# REPOSITORY_TRANSFORM_SERVER_PORT_HTTP=8600
# REPOSITORY_TRANSFORM_SERVER_PORT_JPDA=8601
# SERVICES_RENDERING_CACHE_PORT=7001
# SERVICES_RENDERING_DATABASE_PORT=9001
# SERVICES_RENDERING_DATABASE_PORT=9001
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
# --- enables embedded document viewer
# SERVICES_RENDERING_SERVICE_VIEWER_ENABLED=true

# --- enables admin page (default is true)
# SERVICES_RENDERING_SERVICE_ADMINPAGE_ENABLED=true

# --- cron job for cache cleaner
# SERVICES_RENDERING_SERVICE_CACHE_CLEANER_SCHEDULE="0 0 * * 0" # At 00:00 on every Sunday

Expand Down Expand Up @@ -288,4 +291,4 @@
# REPOSITORY_TRANSFORM_SERVER_PORT_HTTP=8600
# REPOSITORY_TRANSFORM_SERVER_PORT_JPDA=8601
# SERVICES_RENDERING_CACHE_PORT=7001
# SERVICES_RENDERING_DATABASE_PORT=9000
# SERVICES_RENDERING_DATABASE_PORT=9000

0 comments on commit bbe28da

Please sign in to comment.