Update sockethub to the latest npm release

This commit is contained in:
Greg Karékinian 2021-07-09 11:32:11 +02:00
parent b8ac5e1c07
commit e9c86081f7

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'] = '3.1.4' node.default['sockethub']['version'] = '4.0.1'
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*'