Serve static assets from Rails in prod

This commit is contained in:
Râu Cao 2023-03-04 11:14:11 +08:00
parent cf082833a7
commit d8d1609572
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -38,6 +38,8 @@ lndhub_host = search(:node, "role:lndhub").first["knife_zero"]["host"] rescue ni
webhooks_allowed_ips = [lndhub_host].compact.uniq.join(',')
env = {}
env[:rails_serve_static_files] = "true"
if webhooks_allowed_ips.length > 0
env[:webhooks_allowed_ips] = webhooks_allowed_ips
end