summaryrefslogtreecommitdiffstats
path: root/videodb.rc
blob: 19405b2d914e576c957b0cb9819d00e68a74f725 (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  => '******',
videodata => "videodb_videodata",
imdb      => 'akas.imdb.com',
url       => 'https://videodb.example.org',
userid    => 1