Skip to content

Commit

Permalink
Remove extraneous config
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim committed Jun 18, 2024
1 parent e86ecc4 commit 288bb2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 288bb2e

Please sign in to comment.