add prod hostname

This commit is contained in:
Ben Harris 2021-08-23 01:09:10 -04:00
parent 5cbc48b9a0
commit 0d1be8d46a
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<ul>
<% @players.each do |player| %>
<li>
<%= link_to player.name, edit_player_path(player) %>
<%= link_to player.name, player %>
</li>
<% end %>
</ul>

View File

@ -1,4 +1,5 @@
Rails.application.configure do
config.hosts << "nomipinball.bhh.sh"
# Settings specified here will take precedence over those in config/application.rb.
# Code is not reloaded between requests.