They introduced Redis URLs for the config, so I removed our own additions and added the URL.
6 lines
329 B
Ruby
6 lines
329 B
Ruby
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"
|