Removing fetching of `HOSTNAME` env variable
This commit is contained in:
parent
1e267c8031
commit
629a9e5326
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue