DEV: Document `ALLOW_EMBER_CLI_PROXY_BYPASS` in error page (#19315)

This commit is contained in:
David Taylor 2022-12-05 13:44:16 +00:00 committed by GitHub
parent cc88e9fdda
commit 3c6bd97efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
<p>Then visit the following URL to use Discourse:</p> <p>Then visit the following URL to use Discourse:</p>
<h3><a href="http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %>">http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %></a></h3> <h3><a href="http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %>">http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %></a></h3>
<p>To disable this warning and allow direct Rails access, start the server with <code>ALLOW_EMBER_CLI_PROXY_BYPASS=1</code></p>
</div> </div>
</body> </body>
</html> </html>