Skip to content

Commit

Permalink
Chore: cleanup config/config.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Nov 12, 2023
1 parent 4bb7108 commit 961b48d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Config

config :logger, :console,
format: "[$level] $message\n",
# level: :debug

level: :warning
config :logger, :console, format: "[$level] $message\n"
config :logger, :console, level: :warning
# config :logger, :console, level: :debug

config :surrealix, :timeout, 5000
config :surrealix, :backoff_max, 2000
config :surrealix, :backoff_step, 100

config :surrealix, :conn,
hostname: "0.0.0.0",
Expand Down

0 comments on commit 961b48d

Please sign in to comment.