{ # Canonical URL of this site url => 'http://localhost:3000', # And of the static files (leave unset to use `url`) #url_static => 'http://localhost:3000', # Salt used to generate the CSRF tokens form_salt => '', # Global salt used to hash user passwords (used in addition to a user-specific salt) scrypt_salt => '', # TUWF configuration options, see the TUWF::set() documentation for options. tuwf => { db_login => [ 'dbi:Pg:dbname=vndb', 'vndb_site', 'vndb_site' ], xml_pretty => 0, log_queries => 0, debug => 1, cookie_defaults => { domain => 'localhost', path => '/' }, mail_sendmail => 'log', #fastcgi_max_requests => 1000 + int(rand(1000)), }, # Options for Multi, the background server. Multi => { # Each module in lib/Multi/ can be enabled and configured here. Core => { db_login => { dbname => 'vndb', user => 'vndb_multi', password => 'vndb_multi' }, }, #API => {}, #IRC => { # nick => 'MyVNDBBot', # server => 'irc.synirc.net', # channels => [ '#vndb' ], # pass => '', # masters => [ 'yorhel!~Ayo@your.hell' ], #}, }, }