doc/book/en/admin/instance-config.rst
changeset 10235 684215aca046
parent 9571 aaf83cc07eed
equal deleted inserted replaced
10232:cda1bdc3652e 10235:684215aca046
   106     root launched by init
   106     root launched by init
   107 :`main.session-time [30*60]`:
   107 :`main.session-time [30*60]`:
   108     timeout of a RQL session
   108     timeout of a RQL session
   109 :`main.query-log-file`:
   109 :`main.query-log-file`:
   110     file where all requests RQL executed by the server are written
   110     file where all requests RQL executed by the server are written
   111 
       
   112 
       
   113 Pyro configuration for the instance
       
   114 -----------------------------------
       
   115 Web server side:
       
   116 
       
   117 :`pyro.pyro-instance-id`:
       
   118     pyro identifier of RQL server (e.g. the instance name)
       
   119 
       
   120 RQL server side:
       
   121 
       
   122 :`main.pyro-server`:
       
   123     boolean to switch on/off pyro server-side
       
   124 
       
   125 :`pyro.pyro-host`:
       
   126     pyro host:port number. If no port is specified, it is assigned
       
   127     automatically.
       
   128 
       
   129 RQL and web servers side:
       
   130 
       
   131 :`pyro.pyro-ns-host`:
       
   132     hostname hosting pyro server name. If no value is
       
   133     specified, it is located by a request from broadcast
       
   134 
       
   135 :`pyro.pyro-ns-group`:
       
   136     pyro group in which to save the instance (will default to 'cubicweb')
       
   137 
   111 
   138 
   112 
   139 Configuring e-mail
   113 Configuring e-mail
   140 ------------------
   114 ------------------
   141 RQL and web server side:
   115 RQL and web server side: