DEV: Document `ALLOW_EMBER_CLI_PROXY_BYPASS` in error page (#19315)
This commit is contained in:
parent
cc88e9fdda
commit
3c6bd97efe
|
@ -18,6 +18,8 @@
|
|||
<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>
|
||||
|
||||
<p>To disable this warning and allow direct Rails access, start the server with <code>ALLOW_EMBER_CLI_PROXY_BYPASS=1</code></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue