work movement to other machine

This commit is contained in:
2025-11-23 10:05:12 -05:00
parent f76ff718a0
commit 63d334eb48
4 changed files with 61 additions and 18 deletions
+2
View File
@@ -14,6 +14,8 @@ Mozo::Application.configure do
resource '*', headers: :any, methods: %i[get post put patch delete options]
end
end
config.lnd_credentials_path = '/mnt/ext1/.lnd/tls.cert'
config.lnd_macaroon_path = '/mnt/ext1/.lnd/data/chain/bitcoin/mainnet/admin.macaroon'
# Do not eager load code on boot.
config.eager_load = false