Removing fetching of `HOSTNAME` env variable

This commit is contained in:
Andreas Nedbal 2024-08-10 02:08:37 +02:00 committed by Andreas Nedbal
parent 1e267c8031
commit 629a9e5326
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ module Retrospring
env_config = {
# The site name, shown everywhere
site_name: ENV.fetch("SITE_NAME", nil),
hostname: ENV.fetch("HOSTNAME", nil),
}.compact
hash.merge!(env_config)