Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(metrics-panel-lost-commits): recover HOST env variable (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
daronenko authored Jul 17, 2024
1 parent dd797d6 commit c811a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
HOST=wheremylikes.com
POSTGRES_DB=wheremylikes_development
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
Expand Down
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ class Application < Rails::Application
#
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")

config.hosts << ENV['HOST']
end
end

0 comments on commit c811a51

Please sign in to comment.