Skip to content

Commit

Permalink
fix: undo config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Feb 4, 2024
1 parent 3ca0e32 commit 7398230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ config :safira, Safira.Repo,
port: System.get_env("DB_PORT", "5432"),
hostname: System.get_env("DB_HOST", "localhost"),
show_sensitive_data_on_connection_error: true,
ssl: true,
pool_size: 2
pool_size: 10

# For development, we disable any cache and enable
# debugging and code reloading.
Expand Down

0 comments on commit 7398230

Please sign in to comment.