mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
use DISCOURSE_HOSTNAME instead
This commit is contained in:
parent
273643adfc
commit
2fa911f133
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user