forked from AkkomaGang/akkoma
Do not include pool_size in the template. It encourages unwanted fiddling :)
This commit is contained in:
parent
8e1f32e715
commit
d5746e8447
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue