From 39c3e55bd59c4066940674b07a1a3bc78a73a347 Mon Sep 17 00:00:00 2001 From: Ratstail91 Date: Sat, 23 Dec 2023 23:40:10 +1100 Subject: [PATCH] Updated to support PAGE_SIZE in news-server --- configure-script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure-script.js b/configure-script.js index 3516d65..dcbd8c8 100644 --- a/configure-script.js +++ b/configure-script.js @@ -167,7 +167,7 @@ services: - DB_USERNAME=${newsDBUser} - DB_PASSWORD=${newsDBPass} - DB_TIMEZONE=${dbTimeZone} - - QUERY_LIMIT=10 + - PAGE_SIZE=10 - SECRET_ACCESS=${accessToken} networks: - app-network @@ -248,7 +248,7 @@ services: - app-network traefik: - image: traefik:v2.4 + image: traefik:v2.10 container_name: traefik command: - --log.level=ERROR