summaryrefslogtreecommitdiffstats
path: root/videodb.rc
blob: a506d6a6c6ce48703e0b4efacaac69d139941e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
########################################################################
# 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  => '127.0.0.1',
user      => 'username',
port      => 3306,
# Optional extra connection options
dbi_misc  => { mysql_ssl => 1
             , mysql_ssl_ca_file => "/etc/ssl/certs/cacert.org.pem"
             },
password  => '******',
prefix    => 'videodb_',
userid    => 1,
imdb      => 'akas.imdb.com',
url       => 'https://videodb.example.org',