summaryrefslogtreecommitdiffstats
path: root/videodb.rc
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2011-12-17 21:27:42 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2011-12-17 21:27:42 +0100
commitb31a12dfa02dc30ead4850f0222688de5ac3c1ff (patch)
tree8fb08a4ec9a158e5afe395cb70b12070b7fd234b /videodb.rc
parentd8e2daec70222199767b19b2d37a91657aa46cfc (diff)
videodb.rc
Diffstat (limited to 'videodb.rc')
-rw-r--r--videodb.rc13
1 files changed, 13 insertions, 0 deletions
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",