File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Image can be configured by setting environment variables.
3939|  ` LOWCODER_PUBLIC_URL `                |  The URL of the public User Interface                                    |  ` localhost:3000 `                                       | 
4040|  ` LOWCODER_MAX_REQUEST_SIZE `          |  Lowcoder max request size                                               |  ` 20m `                                                  | 
4141|  ` LOWCODER_MAX_QUERY_TIMEOUT `         |  Lowcoder max query timeout (in seconds)                                 |  ` 120 `                                                  | 
42+ |  ` LOWCODER_DEFAULT_QUERY_TIMEOUT `     |  Lowcoder default query timeout (in seconds)                             |  ` 10 `                                                   | 
4243|  ` LOWCODER_API_RATE_LIMIT `            |  Number of max Request per Second                                        |  ` 100 `                                                  | 
4344|  ` LOWCODER_API_SERVICE_URL `           |  Lowcoder API service URL                                                |  ` http://localhost:8080 `                                | 
4445|  ` LOWCODER_NODE_SERVICE_URL `          |  Lowcoder Node service (js executor) URL                                 |  ` http://localhost:6060 `                                | 
@@ -109,8 +110,9 @@ Image can be configured by setting environment variables.
109110|  ` LOWCODER_MAX_GROUPS_PER_ORG `    |  Default maximum groups per organization                             |  ` 100 `                                                  | 
110111|  ` LOWCODER_MAX_APPS_PER_ORG `      |  Default maximum applications per organization                       |  ` 1000 `                                                 | 
111112|  ` LOWCODER_MAX_DEVELOPERS `        |  Default maximum developers                                          |  ` 100 `                                                  | 
112- |  ` LOWCODER_MAX_QUERY_TIMEOUT `     |  Lowcoder max query timeout (in seconds)                             |  ` 120 `                                                  | 
113113|  ` LOWCODER_MAX_REQUEST_SIZE `      |  Lowcoder max request size                                           |  ` 20m `                                                  | 
114+ |  ` LOWCODER_MAX_QUERY_TIMEOUT `     |  Lowcoder max query timeout (in seconds)                             |  ` 120 `                                                  | 
115+ |  ` LOWCODER_DEFAULT_QUERY_TIMEOUT ` |  Lowcoder default query timeout (in seconds)                         |  ` 10 `                                                   | 
114116|  ` LOWCODER_WORKSPACE_MODE `        |  SAAS to activate, ENTERPRISE to switch off - Workspaces             |  ` SAAS `                                                 | 
115117|  ` LOWCODER_EMAIL_SIGNUP_ENABLED `  |  Control is users can create their own Workspace when Sign Up        |  ` true `                                                 | 
116118|  ` LOWCODER_CREATE_WORKSPACE_ON_SIGNUP `  |  IF LOWCODER_WORKSPACE_MODE = SAAS, controls if a own workspace is created for the user after sign up   |  ` true `                | 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments