Skip to content

Commit

Permalink
#21 -- Updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Dec 20, 2018
1 parent 8ef8017 commit 1840416
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {
logDir: './logs',
options: { json: false, maxsize: '10000000', maxFiles: '10', level: 'silly' }
},
statsd: { host: '127.0.0.1', port: 8125, name: 'Test', attachHostName: false, telegraf: false }
statsd: { host: '127.0.0.1', port: 8125, name: 'Test', attachHostName: false, telegraf: false, tags: [] }
};
2 changes: 1 addition & 1 deletion config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {
logDir: './logs',
options: { json: false, maxsize: '10000000', maxFiles: '10', level: 'silly' }
},
statsd: { host: '127.0.0.1', port: 8125, name: 'Test', attachHostName: false, telegraf: false }
statsd: { host: '127.0.0.1', port: 8125, name: 'Test', attachHostName: false, telegraf: false, tags: [] }
};
3 changes: 2 additions & 1 deletion config/example-external-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"port": 8125,
"name": "Test",
"attachHostName": false,
"telegraf": false
"telegraf": false,
"tags": []
}
}

0 comments on commit 1840416

Please sign in to comment.