mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 14:57:19 +08:00
fix error message
This commit is contained in:
@ -48,4 +48,4 @@ production:
|
|||||||
username: <%= uri.user %>
|
username: <%= uri.user %>
|
||||||
password: <%= uri.password %>
|
password: <%= uri.password %>
|
||||||
host_names:
|
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
|
||||||
|
Reference in New Issue
Block a user