X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=config.pm;h=f73a5f5a224be00e2adfc7f1e17fdf6cdc1d5d54;hp=b9422e6e202e71abc805cada3d6ea9f6e9b2252d;hb=1eb8400865727a17fdfa2d6b30e86aa570862d6c;hpb=03b5cad6d724925cbb524c09965b9217d2b7601c diff --git a/config.pm b/config.pm index b9422e6..f73a5f5 100644 --- a/config.pm +++ b/config.pm @@ -7,6 +7,7 @@ package remoteglotconf; our $server = "freechess.org"; our $nick = "SesseBOT"; our $target = "GMCarlsen"; +our $json_output = "/srv/analysis.sesse.net/www/analysis.json"; our $engine_cmdline = "./stockfish"; our %engine_config = ( @@ -31,6 +32,7 @@ our @masters = ( 'Sesse', ); +our $tb_serial_key = undef; eval { require 'config.local.pm';