Skip to content

Commit 664d630

Browse files
committed
chore: remove obsolete config
1 parent 00556de commit 664d630

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

config/dev.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ config :salad_ui, components_path: Path.join(File.cwd!(), "lib/algora_web/compon
129129
config :algora,
130130
bucket_name: System.get_env("BUCKET_NAME"),
131131
cloudflare_tunnel: System.get_env("CLOUDFLARE_TUNNEL"),
132-
swift_mode: System.get_env("SWIFT_MODE") == "true",
133132
auto_start_pollers: System.get_env("AUTO_START_POLLERS") == "true"
134133

135134
config :algora, :discord, webhook_url: System.get_env("DISCORD_WEBHOOK_URL")

config/prod.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ config :logger,
1919
metadata: :all
2020

2121
config :algora,
22-
swift_mode: true,
2322
auto_start_pollers: true
2423

2524
config :algora, AlgoraWeb.OGImageController, max_age: 600

config/test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ config :algora, :github_client, Algora.Support.GithubMock
5050

5151
config :algora,
5252
cloudflare_tunnel: System.get_env("CLOUDFLARE_TUNNEL"),
53-
swift_mode: false,
5453
auto_start_pollers: System.get_env("AUTO_START_POLLERS") == "true"
5554

5655
config :algora, :stripe,

0 commit comments

Comments
 (0)