summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-12-22 11:31:06 +0000
committerrinpatch <rinpatch@sdf.org>2020-12-22 11:31:06 +0000
commit0ca13be499a5ac5b9940a6b9c931be13cb75a91e (patch)
tree6009c58f0b7b014306825091877ea27ab351f069
parent8e1f32e71560c4b36ccbdc3ecf8de8386928305a (diff)
parentd5746e84472890ceb3fbc57a8b773fd311038602 (diff)
Merge branch 'update/instance-gen-template' into 'develop'
Update instance.gen template See merge request pleroma/pleroma!3210
-rw-r--r--priv/templates/sample_config.eex3
1 files changed, 1 insertions, 2 deletions
diff --git a/priv/templates/sample_config.eex b/priv/templates/sample_config.eex
index cdddc47ea..2f5952ef1 100644
--- a/priv/templates/sample_config.eex
+++ b/priv/templates/sample_config.eex
@@ -32,8 +32,7 @@ config :pleroma, Pleroma.Repo,
username: "<%= dbuser %>",
password: "<%= dbpass %>",
database: "<%= dbname %>",
- hostname: "<%= dbhost %>",
- pool_size: 10
+ hostname: "<%= dbhost %>"
# Configure web push notifications
config :web_push_encryption, :vapid_details,