Add MongoDB root password variable to Ackee template.toml

- Added MONGO_INITDB_ROOT_PASSWORD to the configuration for improved security and setup flexibility.
This commit is contained in:
Mauricio Siu 2025-03-30 13:02:46 -06:00
parent 187108f0e7
commit 2b6d0cb694

View File

@ -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}"