File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class Config {
1414 public static allow_user_registration : boolean = Config . parseBoolean ( Config . getEnv ( "allow_user_registration" , "false" ) ) ;
1515 public static allow_personal_nodered : boolean = Config . parseBoolean ( Config . getEnv ( "allow_personal_nodered" , "false" ) ) ;
1616 public static force_queue_prefix : boolean = Config . parseBoolean ( Config . getEnv ( "force_queue_prefix" , "true" ) ) ;
17- public static nodered_image : boolean = Config . parseBoolean ( Config . getEnv ( "nodered_image" , "cloudhack/openflownodered:edge" ) ) ;
17+ public static nodered_image : string = Config . getEnv ( "nodered_image" , "cloudhack/openflownodered:edge" ) ;
1818
1919 public static saml_federation_metadata : string = Config . getEnv ( "saml_federation_metadata" , "" ) ;
2020 public static api_ws_url : string = Config . getEnv ( "api_ws_url" , "ws://localhost:3000" ) ;
You can’t perform that action at this time.
0 commit comments