blob: 692873672fa6fc4cfc76e4a94a7f7ce5915d8526 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
########################################################################
# 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",
imdb => 'akas.imdb.com',
url => 'https://videodb.example.org'
|