From 9eb7b1aebd59f9098a74fa4ce6b23657ff497273 Mon Sep 17 00:00:00 2001 From: Markus Weigelt Date: Thu, 14 Dec 2023 12:20:33 +0100 Subject: [PATCH] Update .env.example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 584630a..d55c1fb 100644 --- a/.env.example +++ b/.env.example @@ -10,3 +10,5 @@ MONITOR_IMAGE=ghcr.io/slub/ocrd_monitor:latest MONITOR_HOST=ocrd-monitor MONITOR_PORT_WEB=8080 MONITOR_PORT_LOG=8088 +MONITOR_DB_ROOT_USER=root +MONITOR_DB_ROOT_USER=root_password