Skip to content

Commit

Permalink
Disable FileRenamer
Browse files Browse the repository at this point in the history
I'm not using this anymore, and it will be hard to make it work with a
containerized deployment, so I'll just disable it.
  • Loading branch information
jutonz committed Jan 8, 2025
1 parent 1ab6625 commit c5b6849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/lib/client/application.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Client.Application do
use Application

@file_renamer_path Application.compile_env!(:client, :file_renamer_path)
# @file_renamer_path Application.compile_env!(:client, :file_renamer_path)

# See https://hexdocs.pm/elixir/Application.html for more information on OTP
# Applications
Expand All @@ -13,7 +13,7 @@ defmodule Client.Application do
Client.TwitchServer,
ClientWeb.Telemetry,
{Finch, name: ClientFinch},
{Client.FileRenamer, path: @file_renamer_path},
# {Client.FileRenamer, path: @file_renamer_path},
Client.Influx.AwairSubscriber,
Client.Awair.Supervisor
]
Expand Down

0 comments on commit c5b6849

Please sign in to comment.