summaryrefslogtreecommitdiffstats
path: root/videodb.rc
blob: dad2f22bcd9e55a78a3fe4ac9648a2dd7fb8a7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#########################################################################
# 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,
password  => '******',
videodata => "videodb_videodata",