Skip to content

Commit

Permalink
feat: added rendering config to .env.sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Sep 18, 2024
1 parent 522590a commit 199b880
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 199b880

Please sign in to comment.