blob: 198b60a8a2238ac1ac22fd24e14390d66dd27ce5 (
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",
 |