Hotfix: remove asset_host config (#306)

This commit is contained in:
Riccardo Graziosi
2024-03-09 17:38:49 +01:00
committed by GitHub
parent 98daafc244
commit e34e3f1aba

View File

@@ -16,9 +16,6 @@ module App
# -- all .rb files in that directory are automatically loaded after loading # -- all .rb files in that directory are automatically loaded after loading
# the framework and any gems in your application. # the framework and any gems in your application.
# For assets in mailers
config.asset_host = ENV["BASE_URL"]
def base_url def base_url
ENV["BASE_URL"] ENV["BASE_URL"]
end end