WuGuan commited on
Commit
cb111f9
·
verified ·
1 Parent(s): 8a27426

Update settings.js

Browse files
Files changed (1) hide show
  1. settings.js +4 -0
settings.js CHANGED
@@ -533,6 +533,7 @@ module.exports = {
533
 
534
  /** The maximum length, in characters, of any message sent to the debug sidebar tab */
535
  debugMaxLength: 1000,
 
536
 
537
  /** The maximum length, in characters, of status messages under the debug node */
538
  //debugStatusLength: 32,
@@ -548,6 +549,8 @@ module.exports = {
548
 
549
  /** Retry time in milliseconds for Serial port connections */
550
  serialReconnectTime: 15000,
 
 
551
 
552
  /** Retry time in milliseconds for TCP socket connections */
553
  //socketReconnectTime: 10000,
@@ -590,6 +593,7 @@ module.exports = {
590
  // * - reason: if result is false, the HTTP reason string to return
591
  // */
592
  //},
 
593
  adminAuth: {
594
  type: "credentials",
595
  users: [{
 
533
 
534
  /** The maximum length, in characters, of any message sent to the debug sidebar tab */
535
  debugMaxLength: 1000,
536
+
537
 
538
  /** The maximum length, in characters, of status messages under the debug node */
539
  //debugStatusLength: 32,
 
549
 
550
  /** Retry time in milliseconds for Serial port connections */
551
  serialReconnectTime: 15000,
552
+
553
+ process.env.TZ = "Asia/Shanghai";
554
 
555
  /** Retry time in milliseconds for TCP socket connections */
556
  //socketReconnectTime: 10000,
 
593
  // * - reason: if result is false, the HTTP reason string to return
594
  // */
595
  //},
596
+
597
  adminAuth: {
598
  type: "credentials",
599
  users: [{