From b31a12dfa02dc30ead4850f0222688de5ac3c1ff Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 17 Dec 2011 21:27:42 +0100 Subject: videodb.rc --- videodb.rc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 videodb.rc (limited to 'videodb.rc') diff --git a/videodb.rc b/videodb.rc new file mode 100644 index 0000000..dad2f22 --- /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", -- cgit v1.2.3 From 0be67fcf95573bf3966dad63fdc7b3e85a560f42 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 6 Jan 2012 19:53:23 +0100 Subject: man --- videodb.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'videodb.rc') diff --git a/videodb.rc b/videodb.rc index dad2f22..198b60a 100644 --- a/videodb.rc +++ b/videodb.rc @@ -1,7 +1,7 @@ -######################################################################### -# This is a sample configuration file for video-*. Extend it and rename # -# it to `~/.videodb.rc' # -######################################################################### +######################################################################## +# This is a sample configuration file for video*. Extend it and rename # +# it to `~/.videodb.rc' # +######################################################################## videodir => catdir($HOME,'video'), driver => 'mysql', -- cgit v1.2.3