Revision 94d3a3e9
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
209 | 209 |
log_file = /tmp/kivitendo_console_debug.log |
210 | 210 |
|
211 | 211 |
[testing] |
212 |
# Automatic login will only work if both "client" and "login" are |
|
213 |
# given. "client" can be a client's database ID or its name. "login" |
|
214 |
# is simply a user's login name. |
|
215 |
client = |
|
216 |
login = |
|
212 |
|
|
213 |
# Several tests need a database they can alter data in freely. This |
|
214 |
# database will be dropped & created before any other test is run. The |
|
215 |
# following parameters must be given: |
|
216 |
[testing/database] |
|
217 |
host = localhost |
|
218 |
port = 5432 |
|
219 |
db = |
|
220 |
user = postgres |
|
221 |
password = |
|
222 |
template = template1 |
|
217 | 223 |
|
218 | 224 |
[devel] |
219 | 225 |
# Several settings related to the development of kivitendo. |
Auch abrufbar als: Unified diff
Auth: Support für Verbindung zur Unit-Test-Datenbank