allow passing in of hostname in sample file
This commit is contained in:
parent
88ccd287b4
commit
273643adfc
|
@ -11,7 +11,7 @@ production:
|
||||||
### If you change this setting you will need to
|
### If you change this setting you will need to
|
||||||
### - restart sidekiq if you change this setting
|
### - restart sidekiq if you change this setting
|
||||||
### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake`
|
### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake`
|
||||||
- production.localhost # Update this to be the domain of your production site
|
- <%= ENV["HOSTNAME"] || "production.localhost" %> # Update this to be the domain of your production site
|
||||||
|
|
||||||
test:
|
test:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
|
|
Loading…
Reference in New Issue