From dc238b566c85b293877ca81230d05a75f9003754 Mon Sep 17 00:00:00 2001 From: scanash00 Date: Tue, 1 Apr 2025 00:08:43 -0800 Subject: [PATCH] fix: dragonfly template fix --- blueprints/dragonfly-db/template.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blueprints/dragonfly-db/template.toml b/blueprints/dragonfly-db/template.toml index ce5a9ab..838e53b 100644 --- a/blueprints/dragonfly-db/template.toml +++ b/blueprints/dragonfly-db/template.toml @@ -4,6 +4,12 @@ my_password = "${password:32}" any_helper = "${uuid}" [config] +env = [ + "DFDB_PASSWORD=${my_password}", + "DFDB_HOST=${main_domain}", + "DFDB_CLUSTER_ENABLED=${randomPort}", + "DFDB_LOG_LEVEL=info" +] [[config.domains]] serviceName = "dragonflydb" @@ -11,12 +17,6 @@ port = 6379 host = "${main_domain}" path = "/" -env = [ - "DFDB_PASSWORD=${my_password}", - "DFDB_HOST=${main_domain}", - "DFDB_CLUSTER_ENABLED=${randomPort}", - "DFDB_LOG_LEVEL=info" -] [[config.mounts]] filePath = "/content/configuration.conf"