Update Sockethub to 4.1.0 #339

Merged
raucao merged 1 commits from chore/update_sockethub into master 2021-09-03 08:29:10 +00:00

View File

@ -1,5 +1,5 @@
node.default['sockethub']['port'] = '10551' node.default['sockethub']['port'] = '10551'
node.default['sockethub']['external_port'] = '10550' node.default['sockethub']['external_port'] = '10550'
node.default['sockethub']['version'] = '4.0.1' node.default['sockethub']['version'] = '4.1.0'
node.default['sockethub']['nginx']['server_name'] = 'sockethub.kosmos.org' node.default['sockethub']['nginx']['server_name'] = 'sockethub.kosmos.org'
node.default['sockethub']['debug_logs'] = 'sockethub*' node.default['sockethub']['debug_logs'] = 'sockethub*'