mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
don't warn unless in production
This commit is contained in:
parent
380f60d17c
commit
9cecabd023
@ -48,4 +48,4 @@ production:
|
||||
username: <%= uri.user %>
|
||||
password: <%= uri.password %>
|
||||
host_names:
|
||||
- <%= ENV["DISCOURSE_HOSTNAME"] || raise("env var for DISCOURSE_HOSTNAME must be set") %> # Update this to be the domain of your production site
|
||||
- <%= ENV["DISCOURSE_HOSTNAME"] || raise("env var for DISCOURSE_HOSTNAME must be set") if Rails.env == "production" %> # Update this to be the domain of your production site
|
||||
|
Loading…
Reference in New Issue
Block a user