From 8280d869ff938d746901d081ec2c4eed6d36891f Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Thu, 15 Feb 2024 11:48:10 +0100 Subject: [PATCH] wording fix --- .env.default | 2 -- 1 file changed, 2 deletions(-) diff --git a/.env.default b/.env.default index f6bb21c31..dbdcd7560 100644 --- a/.env.default +++ b/.env.default @@ -9,8 +9,6 @@ DOCKER_COMPOSE_APP_DEV_PORT_TARGET=9001 # IMPORTANT: When the env var DEFAULT_PAD_TEXT is unset or empty, then the pad is not established (not the landing page). # The env var DEFAULT_PAD_TEXT seems to be mandatory in the latest version of etherpad. -# Therefore, we have already set the default value in the docker-compose-prod.yml, i.e. a string with one space character. -# Here, you can customize default pad text that will appear as the first string on each new pad. DOCKER_COMPOSE_APP_DEV_ENV_DEFAULT_PAD_TEXT="Welcome to etherpad" DOCKER_COMPOSE_POSTGRES_DEV_ENV_POSTGRES_DATABASE=db