backend
This commit is contained in:
6
backend/config/releases.exs
Normal file
6
backend/config/releases.exs
Normal 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")
|
||||
Reference in New Issue
Block a user