summaryrefslogtreecommitdiffstats
path: root/videodb.rc
blob: 94a938f986fcafd72dee1becec9964086ed2a056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
########################################################################
# 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"
             },
password  => '******',
prefix    => 'videodb_',
userid    => 1,
imdb      => 'akas.imdb.com',
url       => 'https://videodb.example.org',