diff options
author | rinpatch <rinpatch@sdf.org> | 2020-12-22 11:31:06 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-12-22 11:31:06 +0000 |
commit | 0ca13be499a5ac5b9940a6b9c931be13cb75a91e (patch) | |
tree | 6009c58f0b7b014306825091877ea27ab351f069 | |
parent | 8e1f32e71560c4b36ccbdc3ecf8de8386928305a (diff) | |
parent | d5746e84472890ceb3fbc57a8b773fd311038602 (diff) | |
download | pleroma-0ca13be499a5ac5b9940a6b9c931be13cb75a91e.tar.gz |
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.eex | 3 |
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, |