mirror of
https://github.com/discourse/discourse.git
synced 2025-04-13 19:50:15 +08:00

Rails 6 seems to introduce a whitelist of allowed hosts. I personally use `dev.local` for development and this no longer works. This introduces a new ENV variable, `DISCOURSE_DEV_HOST`. If present, it will whitelist that host for development mode.