aboutsummaryrefslogtreecommitdiff
path: root/examples/config/connect
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config/connect')
-rw-r--r--examples/config/connect29
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/config/connect b/examples/config/connect
new file mode 100644
index 0000000..36b0414
--- /dev/null
+++ b/examples/config/connect
@@ -0,0 +1,29 @@
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
19[title]
20foo=bar
21
22
23[test_db]
24protocol=postgresql
25hostname=127.0.0.1
26username=test
27password=test
28port=12345
29database=testing