Update Mastodon Redis config

They introduced Redis URLs for the config, so I removed our own
additions and added the URL.
This commit is contained in:
2017-06-16 12:08:44 -07:00
parent ff3d062c73
commit e39792ea36
3 changed files with 3 additions and 6 deletions

View File

@@ -2,3 +2,4 @@ node.default["kosmos-mastodon"]["directory"] = "/opt/mastodon"
node.default["kosmos-mastodon"]["puma_port"] = 3000
node.default["kosmos-mastodon"]["streaming_port"] = 4000
node.default["kosmos-mastodon"]["server_name"] = "kosmos.social"
node.default["kosmos-mastodon"]["redis_url"] = "redis://localhost:6379/1"