forked from fediversity/fediversity
for forgejo use queue type channel (#559)
work-around to #459 Reviewed-on: fediversity/fediversity#559
This commit is contained in:
parent
e92e927f07
commit
719efd50ca
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ in
|
||||||
HTTP_ADDR = "127.0.0.1";
|
HTTP_ADDR = "127.0.0.1";
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
|
# try a non-`level` queue as a temporary work-around to https://git.fediversity.eu/fediversity/fediversity/issues/459
|
||||||
|
queue.TYPE = "channel";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.service.ENABLE_NOTIFY_MAIL = true;
|
settings.service.ENABLE_NOTIFY_MAIL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue