]> git.sesse.net Git - remoteglot/blobdiff - config.pm
Add a CSS class for some small news at the bottom.
[remoteglot] / config.pm
index b9422e6e202e71abc805cada3d6ea9f6e9b2252d..f73a5f5a224be00e2adfc7f1e17fdf6cdc1d5d54 100644 (file)
--- 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';