parts missed from the initial sync
This commit is contained in:
@@ -16,4 +16,4 @@ config :logger, :console,
|
||||
format: "$time $metadata[$level] $message\n",
|
||||
metadata: [:request_id]
|
||||
|
||||
import_config "#{config_env()}.exs"
|
||||
import_config "#{config_env()}.exs"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Config
|
||||
|
||||
config :bds, BDS.Repo,
|
||||
pool_size: 5
|
||||
pool_size: 5
|
||||
|
||||
@@ -8,4 +8,4 @@ if config_env() == :prod do
|
||||
config :bds, BDS.Repo,
|
||||
database: database_path,
|
||||
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "5")
|
||||
end
|
||||
end
|
||||
|
||||
@@ -5,4 +5,4 @@ config :bds, BDS.Repo,
|
||||
pool: Ecto.Adapters.SQL.Sandbox,
|
||||
pool_size: 5
|
||||
|
||||
config :logger, level: :warning
|
||||
config :logger, level: :warning
|
||||
|
||||
Reference in New Issue
Block a user