This commit is contained in:
2026-03-02 08:40:30 -07:00
parent 2b013f390b
commit 9955a7f90c
39 changed files with 1388 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import Config
# Configure the release
config :backend, Backend.Repo,
# Will be overridden in runtime.exs
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10")