From 40f63e75dc94bc88ca818513626f103d36d62617 Mon Sep 17 00:00:00 2001 From: scanash00 Date: Thu, 3 Apr 2025 01:47:16 -0800 Subject: [PATCH] fix: dragonflydb env --- blueprints/dragonfly-db/template.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/blueprints/dragonfly-db/template.toml b/blueprints/dragonfly-db/template.toml index 838e53b8..6cd28220 100644 --- a/blueprints/dragonfly-db/template.toml +++ b/blueprints/dragonfly-db/template.toml @@ -1,14 +1,11 @@ [variables] main_domain = "${domain}" -my_password = "${password:32}" +db_password = "${password:32}" any_helper = "${uuid}" [config] env = [ - "DFDB_PASSWORD=${my_password}", - "DFDB_HOST=${main_domain}", - "DFDB_CLUSTER_ENABLED=${randomPort}", - "DFDB_LOG_LEVEL=info" + "DFLY_requirepass=${db_password}", ] [[config.domains]]