logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: b913746752b86062a951635758bfd13a5b0f5dcc
parent: 9cd3a6836b952bda507734b6a476dfaa9b4640fb
Author: Ayumu AIZAWA <ayumu.aizawa@gmail.com>
Date:   Thu, 11 May 2017 18:23:24 +0900

[bug] wrong config setting for dababase. (#2984)


Diffstat:

Mstreaming/index.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streaming/index.js b/streaming/index.js @@ -37,7 +37,7 @@ const dbUrlToConfig = (dbUrl) => { } if (params.pathname) { - config.database = params.params.pathname.split('/')[1] + config.database = params.pathname.split('/')[1] } const ssl = params.query && params.query.ssl