X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=config.pm;h=f9d0897d63aecfebc3af10d9c0f50efcc2f2d4f0;hp=b9422e6e202e71abc805cada3d6ea9f6e9b2252d;hb=7341e76ca62acf3b1d33a3d12cd4aefd1471fec9;hpb=03b5cad6d724925cbb524c09965b9217d2b7601c diff --git a/config.pm b/config.pm index b9422e6..f9d0897 100644 --- a/config.pm +++ b/config.pm @@ -6,7 +6,8 @@ package remoteglotconf; our $server = "freechess.org"; our $nick = "SesseBOT"; -our $target = "GMCarlsen"; +our $target = "GMCarlsen"; # FICS username or HTTP to a PGN file. +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';