Add packetMsgEncoding and packetAnsiMsgEncoding defaults

This commit is contained in:
Bryan Ashby 2017-08-20 20:37:10 -06:00
parent b922f54024
commit fa465613a1
1 changed files with 4 additions and 2 deletions

View File

@ -611,6 +611,8 @@ function getDefaultConfig() {
// //
packetTargetByteSize : 512000, // 512k, before placing messages in a new pkt packetTargetByteSize : 512000, // 512k, before placing messages in a new pkt
bundleTargetByteSize : 2048000, // 2M, before creating another archive bundleTargetByteSize : 2048000, // 2M, before creating another archive
packetMsgEncoding : 'utf8', // default packet encoding. Override per node if desired.
packetAnsiMsgEncoding : 'cp437', // packet encoding for *ANSI ART* messages
tic : { tic : {
secureInOnly : true, // only bring in from secure inbound (|secInbound| path, password protected) secureInOnly : true, // only bring in from secure inbound (|secInbound| path, password protected)