fix error message
This commit is contained in:
parent
5232f0efd1
commit
573e3bd348
|
@ -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") %> # Update this to be the domain of your production site
|
||||
|
|
Loading…
Reference in New Issue