mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Removing fetching of HOSTNAME
env variable
This commit is contained in:
parent
1e267c8031
commit
629a9e5326
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue