summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2007-12-26 05:20:15 +0000
committerPreston Cody <codeman@gentoo.org>2007-12-26 05:20:15 +0000
commit2f0514049ec252157377017813d145d60948718e (patch)
tree264a37d87c1a26d8fbab5b8fd365861b352f9f4f /etc
parentif to unless b/c of possible undef. (diff)
downloadscire-2f0514049ec252157377017813d145d60948718e.tar.gz
scire-2f0514049ec252157377017813d145d60948718e.tar.bz2
scire-2f0514049ec252157377017813d145d60948718e.zip
adding fake server config.
svn path=/branches/new-fu/; revision=266
Diffstat (limited to 'etc')
-rw-r--r--etc/scireserver.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/scireserver.conf b/etc/scireserver.conf
new file mode 100644
index 0000000..7f77770
--- /dev/null
+++ b/etc/scireserver.conf
@@ -0,0 +1,8 @@
+# $Id$
+# Scire Server config file.
+db_type=mysql
+db_host=localhost
+db_name=scire
+db_user=foo
+db_passwd=bar
+