diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-12-26 22:23:05 +0300 | 
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-12-26 22:23:05 +0300 | 
| commit | 4134abef63e1165f5701741c1012e64cb908654c (patch) | |
| tree | bf531d2f464297c46edeaaf02e6966c1695934a5 /priv | |
| parent | cbb19d0e1882f5ce641f30b51d7156336f81aba9 (diff) | |
| parent | e4f1d8f48c85b8a388d6c3945db157de5ce588c5 (diff) | |
| download | pleroma-4134abef63e1165f5701741c1012e64cb908654c.tar.gz pleroma-4134abef63e1165f5701741c1012e64cb908654c.zip  | |
Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework
Diffstat (limited to 'priv')
| -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,  | 
