From 355833ea32c6b33f19f3bf81f7ca8f1894280ca8 Mon Sep 17 00:00:00 2001 From: ZeroWing-Automator Date: Tue, 5 May 2026 06:23:17 +0500 Subject: [PATCH] Create template.toml --- blueprints/keydb/template.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 blueprints/keydb/template.toml diff --git a/blueprints/keydb/template.toml b/blueprints/keydb/template.toml new file mode 100644 index 00000000..9905c300 --- /dev/null +++ b/blueprints/keydb/template.toml @@ -0,0 +1,12 @@ +[variables] +main_domain = "${domain}" +keydb_password = "${password:16}" + +[config] +[[config.domains]] +serviceName = "keydb" +port = 6379 +host = "${main_domain}" + +[config.env] +KEYDB_PASSWORD = "${keydb_password}"