From c9cde6a8dd1d629a3f1a422d53d84e10d1b6e3d5 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Thu, 28 Nov 2024 14:55:51 -0500 Subject: [PATCH] fix data dir --- templates/config.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.yaml.erb b/templates/config.yaml.erb index 7210d57..845e86d 100644 --- a/templates/config.yaml.erb +++ b/templates/config.yaml.erb @@ -1,4 +1,4 @@ -data_dir: <%= @datadir %> +data_dir: <%= @datadir %>/data data_file: <%= @ledger_file %> database_password: <%= @database_password %> database_host: <%= @postgres_ip %>