From 288bb2eb6c2df4bea6fba1760524d3398fe4f71c Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 18 Jun 2024 11:37:47 -0400 Subject: [PATCH] Remove extraneous config --- config/runtime.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index fb94052f7..ec8cd57de 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -43,8 +43,7 @@ end if config_env() == :dev do config :realtime_signs, - sign_config_file: System.get_env("SIGN_CONFIG_FILE"), - screenplay_base_url: System.get_env("SCREENPLAY_BASE_URL") + sign_config_file: System.get_env("SIGN_CONFIG_FILE") end message_log_job =