From 001bbde9d24ea5763bfc13a5f5bad87c251200c5 Mon Sep 17 00:00:00 2001 From: pLAn3tT30 <106966424+pLAn3tT30@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:04:20 +0200 Subject: [PATCH] default password length + MySQL-PWD --- src/open3a/constants-service.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/open3a/constants-service.conf b/src/open3a/constants-service.conf index 32a84ff..d76676d 100644 --- a/src/open3a/constants-service.conf +++ b/src/open3a/constants-service.conf @@ -21,3 +21,6 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" + +# MySQL Password +MYSQL_PASSWORD="$(random_password)"