Add separate Redis servers for activity and broker in Bookwyrm module
This commit is contained in:
parent
69dc5f31cf
commit
673fa6241e
1 changed files with 4 additions and 1 deletions
|
@ -77,7 +77,10 @@ with pkgs . kernelmaft ;
|
|||
|
||||
redis = {
|
||||
servers = {
|
||||
bookwyrm = {
|
||||
bookwyrm-activity = {
|
||||
enable = true ;
|
||||
} ;
|
||||
bookwyrm-broker = {
|
||||
enable = true ;
|
||||
} ;
|
||||
} ;
|
||||
|
|
Loading…
Add table
Reference in a new issue