diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-01-09 21:45:27 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-01-09 21:45:27 +0100 |
commit | 413cb3ffcbc31fe9e2db003ffaeaea91768e5a94 (patch) | |
tree | b2ae8fa7a7f84daed5acc667c5b8861acf24d68f | |
parent | af9129f1e069552a075ca4845f07b1e1fe317b40 (diff) |
config file
-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", |