diff --git a/front/config/runtime.exs b/front/config/runtime.exs index 393ce95fa..593ef4ac0 100644 --- a/front/config/runtime.exs +++ b/front/config/runtime.exs @@ -183,3 +183,7 @@ config :front, System.get_env("SINGLE_TENANT") == "true" config :front, :edition, edition + +config :front, + :status_page_url, + System.get_env("STATUS_PAGE_URL") || "https://status.semaphore.io/" diff --git a/front/lib/front_web/templates/error/500.html.eex b/front/lib/front_web/templates/error/500.html.eex index 8ded0687e..dfacabd42 100644 --- a/front/lib/front_web/templates/error/500.html.eex +++ b/front/lib/front_web/templates/error/500.html.eex @@ -56,7 +56,7 @@
Try again or check Semaphore Status →
+Try again or check Semaphore Status →