package VNDB; # This file is used to override config options in global.pl. # You can override anything you want. %O = ( %O, db_login => [ 'dbi:Pg:dbname=', '', '' ], logfile => $ROOT.'/err.log', xml_pretty => 0, log_queries => 0, debug => 1, cookie_defaults => { path => '/' }, ); %S = ( %S, url => 'http://your.site.root/', url_static => 'http://your.static.site.root/', global_salt => '', form_salt => '', scrypt_salt => '', ); # Uncomment to enable certain features of Multi #$M{modules}{API} = {}; #$M{modules}{APIDump} = {}; #$M{modules}{IRC} = { # nick => 'MyVNDBBot', # server => 'irc.synirc.net', # channels => [ '#vndb' ], # pass => '', # masters => [ 'yorhel!~Ayo@your.hell' ], #}; # Uncomment the compression method to use for the generated Javascript (or just leave as-is to disable compression) #$JSGEN{compress} = 'JavaScript::Minifier::XS'; #$JSGEN{compress} = "|/usr/bin/uglifyjs --compress --mangle";