Skip to content

Commit

Permalink
Fix stupid bug (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 authored Apr 18, 2024
1 parent e77966c commit 20b6f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ config :recording_converter,

if config_env() != :test do
config :recording_converter,
start_recording_converter?: true,
bucket_name: System.fetch_env!("BUCKET_NAME"),
report_path: System.fetch_env!("REPORT_PATH"),
output_dir_path: System.fetch_env!("OUTPUT_DIRECTORY_PATH")
Expand Down

0 comments on commit 20b6f6a

Please sign in to comment.