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)"