diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-01-13 22:43:18 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-01-13 22:43:18 +0100 |
commit | 097a5159fad01bc55b7b2a9c02316c3321b566db (patch) | |
tree | 926d256b0aa40707ec8b6c81a8a0f69702421340 /videodb.rc |
prototype
Diffstat (limited to 'videodb.rc')
-rw-r--r-- | videodb.rc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/videodb.rc b/videodb.rc new file mode 100644 index 0000000..198b60a --- /dev/null +++ b/videodb.rc @@ -0,0 +1,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", |