|
@@ -12,7 +12,7 @@ config :hello, Hello.Repo,
|
|
|
password: "benchmarkdbpass",
|
|
|
database: "hello_world",
|
|
|
hostname: "localhost",
|
|
|
- pool_size: 256
|
|
|
+ pool_size: 20
|
|
|
|
|
|
# ## SSL Support
|
|
|
#
|
|
@@ -29,18 +29,3 @@ config :hello, Hello.Repo,
|
|
|
# disk for the key and cert.
|
|
|
|
|
|
config :logger, level: :error
|
|
|
-
|
|
|
-# ## Using releases
|
|
|
-#
|
|
|
-# If you are doing OTP releases, you need to instruct Phoenix
|
|
|
-# to start the server for all endpoints:
|
|
|
-#
|
|
|
-# config :phoenix, :serve_endpoints, true
|
|
|
-#
|
|
|
-# Alternatively, you can configure exactly which server to
|
|
|
-# start per endpoint:
|
|
|
-#
|
|
|
-# config :hello, Hello.Endpoint, server: true
|
|
|
-#
|
|
|
-
|
|
|
-import_config "prod.secret.exs"
|