Move the debug logs env variable to an attribute

Set it to 'sockethub*' for now as Nick advised, see
#91
This commit is contained in:
Greg Karékinian
2020-03-25 17:51:28 +01:00
parent 29a5947d18
commit 43736cd8e9
2 changed files with 11 additions and 4 deletions

View File

@@ -2,3 +2,4 @@ node.default['sockethub']['port'] = '10551'
node.default['sockethub']['external_port'] = '10550'
node.default['sockethub']['version'] = '3.1.4'
node.default['sockethub']['nginx']['server_name'] = 'sockethub.kosmos.org'
node.default['sockethub']['debug_logs'] = 'sockethub*'