Set up lndhub.go #457

Merged
raucao merged 16 commits from feature/454-lndhub.go into master 2022-12-27 06:29:09 +00:00
Showing only changes of commit a7e04f4e63 - Show all commits

View File

@ -90,5 +90,7 @@ firewall_rule 'lndhub_private' do
command :allow command :allow
end end
return if node.chef_environment == "development"
node.override["backup"]["archives"]["lndhub"] = ["/var/lib/redis/dump-6379.rdb"] node.override["backup"]["archives"]["lndhub"] = ["/var/lib/redis/dump-6379.rdb"]
include_recipe "backup" include_recipe "backup"