Mastodon: fix redis config

This commit is contained in:
Ivan R. 2023-08-18 12:34:37 +05:00
parent 64ffb53bc5
commit f208b4cf59
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -13,7 +13,7 @@
redis = {
createLocally = false;
host = "localhost";
host = "127.0.0.1";
port = 6379;
};