Commit c1030e8807dc8d7b91c1f13cea8e7389a40475a6

Authored by Neil Blakey-Milner
1 parent dae6b40e

Configuration overrides for unit (and other) tests.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5389 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 10 additions and 0 deletions
config/test.ini 0 → 100644
  1 +[db]
  2 +; The Database Engine to use. Currently mysql is the only
  3 +; supported type.
  4 +dbType = mysql
  5 +
  6 +dbHost = localhost
  7 +dbName = dms-test
  8 +dbUser = dmsadmin
  9 +dbPass = js9281djw
  10 +dbPort = default
... ...