From 14b947ab9e75be6e2f0ceeb47bc63ca19b64cc79 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 21 Sep 2024 20:49:17 +0300 Subject: [PATCH] hedgedoc. Fixing .env.dist examples. --- hedgedoc/.env.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hedgedoc/.env.dist b/hedgedoc/.env.dist index c96937e..af5c8ea 100644 --- a/hedgedoc/.env.dist +++ b/hedgedoc/.env.dist @@ -14,9 +14,9 @@ DIR_CONFIG=./config DATABASE_HOST=host.docker.internal DATABASE_PORT=3306 -DATABASE_NAME= -DATABASE_USER= -DATABASE_PASS +#DATABASE_NAME=hedgedoc +#DATABASE_USER=hedgedoc +DATABASE_PASS=*ChangeMe* #DATABASE_DIALECT=postgres TIMEZONE=Europe/Moscow