Merge branch 'update/instance-gen-template' into 'develop'

Update instance.gen template

See merge request pleroma/pleroma!3210
This commit is contained in:
rinpatch 2020-12-22 11:31:06 +00:00
commit 0ca13be499
1 changed files with 1 additions and 2 deletions

View File

@ -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,