diff --git a/config/database.yml b/config/database.yml index 5c391dbcbc8..ff395d17d2f 100644 --- a/config/database.yml +++ b/config/database.yml @@ -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