From 2b6d0cb69402dabf520f38de6941714737889ac7 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 13:02:46 -0600 Subject: [PATCH] Add MongoDB root password variable to Ackee template.toml - Added MONGO_INITDB_ROOT_PASSWORD to the configuration for improved security and setup flexibility. --- blueprints/ackee/template.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprints/ackee/template.toml b/blueprints/ackee/template.toml index 9e84bd2..f9fdf53 100644 --- a/blueprints/ackee/template.toml +++ b/blueprints/ackee/template.toml @@ -14,4 +14,5 @@ host = "${main_domain}" ACKEE_USERNAME = "${ACKEE_USERNAME}" ACKEE_PASSWORD = "${ACKEE_PASSWORD}" ACKEE_MONGODB = "${ACKEE_MONGODB}" +MONGO_INITDB_ROOT_PASSWORD = "${MONGO_INITDB_ROOT_PASSWORD}"