forked from AkkomaGang/akkoma
Merge branch 'update/instance-gen-template' into 'develop'
Update instance.gen template See merge request pleroma/pleroma!3210
This commit is contained in:
commit
0ca13be499
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