From 3c6bd97efe84f47318b83f516a343003aee5f2c2 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 5 Dec 2022 13:44:16 +0000 Subject: [PATCH] DEV: Document `ALLOW_EMBER_CLI_PROXY_BYPASS` in error page (#19315) --- app/views/layouts/ember_cli.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/ember_cli.html.erb b/app/views/layouts/ember_cli.html.erb index bfc5649ecbf..b6d953e1fb7 100644 --- a/app/views/layouts/ember_cli.html.erb +++ b/app/views/layouts/ember_cli.html.erb @@ -18,6 +18,8 @@

Then visit the following URL to use Discourse:

http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %>

+ +

To disable this warning and allow direct Rails access, start the server with ALLOW_EMBER_CLI_PROXY_BYPASS=1