feat: first take at UI app
This commit is contained in:
@@ -7,5 +7,5 @@ if config_env() == :prod do
|
||||
|
||||
config :bds, BDS.Repo,
|
||||
database: database_path,
|
||||
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "5")
|
||||
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "1")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user