mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
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
|
@ -32,8 +32,7 @@ config :pleroma, Pleroma.Repo,
|
||||||
username: "<%= dbuser %>",
|
username: "<%= dbuser %>",
|
||||||
password: "<%= dbpass %>",
|
password: "<%= dbpass %>",
|
||||||
database: "<%= dbname %>",
|
database: "<%= dbname %>",
|
||||||
hostname: "<%= dbhost %>",
|
hostname: "<%= dbhost %>"
|
||||||
pool_size: 10
|
|
||||||
|
|
||||||
# Configure web push notifications
|
# Configure web push notifications
|
||||||
config :web_push_encryption, :vapid_details,
|
config :web_push_encryption, :vapid_details,
|
||||||
|
|
Loading…
Reference in a new issue