From 2fa911f1335ee05fa4337887c5673853be19d3af Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Oct 2013 10:35:53 +1100 Subject: [PATCH] use DISCOURSE_HOSTNAME instead --- config/database.yml.production-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml.production-sample b/config/database.yml.production-sample index bb3e4d1b054..ba3a233079a 100644 --- a/config/database.yml.production-sample +++ b/config/database.yml.production-sample @@ -11,7 +11,7 @@ production: ### If you change this setting you will need to ### - restart sidekiq if you change this setting ### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake` - - <%= ENV["HOSTNAME"] || "production.localhost" %> # Update this to be the domain of your production site + - <%= ENV["DISCOURSE_HOSTNAME"] || "production.localhost" %> # Update this to be the domain of your production site test: adapter: postgresql