aboutsummaryrefslogtreecommitdiff
path: root/test/test_config/config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_config/config.cfg')
-rw-r--r--test/test_config/config.cfg67
1 files changed, 67 insertions, 0 deletions
diff --git a/test/test_config/config.cfg b/test/test_config/config.cfg
new file mode 100644
index 0000000..14764ae
--- /dev/null
+++ b/test/test_config/config.cfg
@@ -0,0 +1,67 @@
1# Copyright (C) 2010 Leonard Thomas
2#
3# This file is part of Dodai.
4#
5# Dodai is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9#
10# Dodai is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with Dodai. If not, see <http://www.gnu.org/licenses/>.
17
18[testing]
19foo=bar
20
21
22
23[test_db]
24protocol=postgresql
25hostname=127.0.0.1
26username=test
27password=test
28port=12345
29database=testing
30schema=tesuto
31
32[test_db_two]
33protocol=postgre
34protocol_extra=psycopg2
35hostname=127.0.0.1
36username=test
37password=test
38port=12345
39database=testing
40
41[test_db_three]
42protocol=postgresss
43hostname=127.0.0.1
44username=test
45password=test
46port=12345
47database=testing
48
49[test_db_four]
50protocol=postgre
51hostname=127.0.0.1
52username=test
53password=test
54port=tea
55database=testing
56
57[test_db_five]
58protocol=postgres
59hostname=127.0.0.1
60username=test
61password=test
62port=12345ad
63database=testing
64
65[test_db_six]
66protocol=sqlite
67filename=/tmp/test