From 7be2d2fb5d670dd96bc46ec4857246fb94525569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Mon, 6 Apr 2020 15:32:37 +0200 Subject: [PATCH] MAINT: add standard pw to default --- config.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/config.defaults b/config.defaults index bf6c941..f12278d 100644 --- a/config.defaults +++ b/config.defaults @@ -39,6 +39,7 @@ MYSQL_PORT=3306 # The user for the installation. Note: This is not the user # which will then be used by the CaosDB Server. MYSQL_USER=root +MYSQL_USER_PASSWORD=caosdb1234 # # DATABASE # The name of the SQL database. -- GitLab