Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:comet:ini-file [2017/08/26 11:12]
levhav
en:comet:ini-file [2017/09/08 14:57]
levhav [Section [main]]
Line 1: Line 1:
-<rst>RU::​004-Administration::​005-Configuring the comet.ini file</​rst> ​+<rst>EN::​004-Administration::​005-Configuring the comet.ini file</​rst>​  
 +<​rst>​Header:​ file comet.ini</​rst>​
  
 ====== Configuring the comet.ini file ====== ====== Configuring the comet.ini file ======
Line 9: Line 10:
 ====== Section [main] ====== ====== Section [main] ======
    
-Password for access from cometQL+Password for access from cometQL, this parameter is synonym for dev_key from saas version.
 <​code>​password = 0000000000000000000000000000000000000000000000000000000000000000</​code>​ <​code>​password = 0000000000000000000000000000000000000000000000000000000000000000</​code>​
  
Line 32: Line 33:
  
 In the comet server, there is a mechanism to collect usage statistics and send them to the developer server (For what and what data is sent, see http://​statistics.comet-server.ru/​api/​statistics ) In the comet server, there is a mechanism to collect usage statistics and send them to the developer server (For what and what data is sent, see http://​statistics.comet-server.ru/​api/​statistics )
-To disable sending statistics, set the value to 0 +To disable sending statistics, set the value to false 
-<​code>​interval ​24</​code>​+<​code>​allow true</​code>​
  
 ====== Section [db] ====== ====== Section [db] ======