From 12a8cacc9d61a67650d9b5f496b938937588277c Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:00:58 +0100 Subject: [PATCH] Update docker-compose.yml --- hemmelig/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hemmelig/docker-compose.yml b/hemmelig/docker-compose.yml index f1a8c6e..3e34a56 100644 --- a/hemmelig/docker-compose.yml +++ b/hemmelig/docker-compose.yml @@ -14,7 +14,7 @@ services: - SECRET_DISABLE_USERS=false # Disable user registration - SECRET_ENABLE_FILE_UPLOAD=true # Enable or disable file upload - SECRET_FILE_SIZE=10 # Set the total allowed upload file size in mb - - SECRET_FORCED_LANGUAGE=de # Set the default language for the application + - SECRET_FORCED_LANGUAGE=en # Set the default language for the application - SECRET_JWT_SECRET=!changeme! # Override this for the secret signin JWT tokens for log in - SECRET_MAX_TEXT_SIZE=256 # The max text size for the secret. Is set in kb. i.e. 256 for 256kb ports: