@@ -2,30 +2,30 @@ import { Config } from "./Config";
22
33// tslint:disable-next-line: class-name
44export class nodered_settings {
5- public flowFile :string = "flows.json" ;
6- public settingsFile :string = "nodered_settings.js" ;
7- public nodesDir :string = "." ;
8- public userDir :string = "." ;
5+ public flowFile : string = "flows.json" ;
6+ public settingsFile : string = "nodered_settings.js" ;
7+ public nodesDir : string = "." ;
8+ public userDir : string = "." ;
99
1010 public credentialSecret : string | boolean = false ;
1111 public adminAuth : any = null ;
1212 public httpNodeAuth : any = null ;
1313 public httpStaticAuth : any = null ;
14- public httpNodeMiddleware :any ;
14+ public httpNodeMiddleware : any ;
1515
16- public httpAdminRoot :string = "/" ;
17- public httpNodeRoot :string = "/" ;
16+ public httpAdminRoot : string = "/" ;
17+ public httpNodeRoot : string = "/" ;
1818 public storageModule : any = null ;
19- public uiPort :number = Config . port ;
20- public mqttReconnectTime :number = 15000 ;
21- public serialReconnectTime :number = 15000 ;
22- public debugMaxLength :number = 1000 ;
23- public functionGlobalContext :any = { process : process } ;
24- public paletteCategories :string [ ] = [ "workflow" , "form " , "robot" , "api" , "smtpserver" , " subflows", "input" , "output" , "function" ,
25- "social" , "mobile" , "storage" , "analysis" , "advanced" ] ;
26- public debugUseColors :boolean = true ;
27- public flowFilePretty :boolean = true ;
28- public logging :any = {
19+ public uiPort : number = Config . port ;
20+ public mqttReconnectTime : number = 15000 ;
21+ public serialReconnectTime : number = 15000 ;
22+ public debugMaxLength : number = 1000 ;
23+ public functionGlobalContext : any = { process : process } ;
24+ public paletteCategories : string [ ] = [ "workflow" , "rpa " , "subflows" , "input" , "output" , "function" , "api ",
25+ "social" , "mobile" , "storage" , "analysis" , "advanced" ] ;
26+ public debugUseColors : boolean = true ;
27+ public flowFilePretty : boolean = true ;
28+ public logging : any = {
2929 console : {
3030 level : "warn" ,
3131 metrics : false ,
0 commit comments