######################################################################## # This is a sample configuration file for video*. Extend it and rename # # it to `~/.videodb.rc' # ######################################################################## videodir => catdir($HOME,'video'), driver => 'mysql', database => 'videodb', hostname => 'localhost', user => 'username', # Optional extra connection options dbi_misc => { mysql_ssl => 1 , mysql_ssl_ca_file => "/etc/ssl/certs/cacert.org.pem" , mysql_enable_utf8 => 1 }, password => '******', prefix => 'videodb_', userid => 1, imdb => 'akas.imdb.com', url => 'https://videodb.example.org',