From 9d6b747560d0e5d1c7b4576010ba53fb09756c4c Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 15 May 2006 11:22:35 +0000 Subject: [PATCH] Configuration overrides for unit (and other) tests. --- config/test.ini | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) create mode 100644 config/test.ini diff --git a/config/test.ini b/config/test.ini new file mode 100644 index 0000000..7698842 --- /dev/null +++ b/config/test.ini @@ -0,0 +1,10 @@ +[db] +; The Database Engine to use. Currently mysql is the only +; supported type. +dbType = mysql + +dbHost = localhost +dbName = dms-test +dbUser = dmsadmin +dbPass = js9281djw +dbPort = default -- libgit2 0.21.4