Revision bde39b99
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
6 | 6 |
|
7 | 7 |
# Which module to use for authentication. Valid values are 'DB' and |
8 | 8 |
# 'LDAP'. If 'LDAP' is used then users cannot change their password |
9 |
# via Lx-Office.
|
|
9 |
# via kivitendo.
|
|
10 | 10 |
module = DB |
11 | 11 |
|
12 | 12 |
# The cookie name can be changed if desired. |
13 |
cookie_name = lx_office_erp_session_id
|
|
13 |
cookie_name = kivitendo_session_id
|
|
14 | 14 |
|
15 | 15 |
# The number of minutes a session is valid. The default value is eight |
16 | 16 |
# hours. |
... | ... | |
26 | 26 |
# users' passwords. |
27 | 27 |
host = localhost |
28 | 28 |
port = 5432 |
29 |
db = lxerp_auth
|
|
29 |
db = kivitendo_auth
|
|
30 | 30 |
user = postgres |
31 | 31 |
password = |
32 | 32 |
|
... | ... | |
167 | 167 |
[task_server] |
168 | 168 |
# User name to use for database access |
169 | 169 |
login = |
170 |
# Set to 1 for debug messages in /tmp/lx-office-debug.log
|
|
170 |
# Set to 1 for debug messages in /tmp/kivitendo-debug.log
|
|
171 | 171 |
debug = 1 |
172 | 172 |
# Chose a system user the daemon should run under when started as root. |
173 | 173 |
run_as = |
... | ... | |
177 | 177 |
# to. |
178 | 178 |
send_email_to = mb |
179 | 179 |
# The "From:" header for said email. |
180 |
email_from = Lx-Office Daemon <root@localhost>
|
|
180 |
email_from = kivitendo Daemon <root@localhost>
|
|
181 | 181 |
# The subject for said email. |
182 | 182 |
email_subject = Benachrichtigung: automatisch erstellte Rechnungen |
183 | 183 |
# The template file used for the email's body. |
... | ... | |
242 | 242 |
history_file = users/console_history |
243 | 243 |
|
244 | 244 |
# location of a separate log file for the console. everything normally written |
245 |
# to the lx-office log will be put here if triggered from the console
|
|
246 |
log_file = /tmp/lxoffice_console_debug.log
|
|
245 |
# to the kivitendo log will be put here if triggered from the console
|
|
246 |
log_file = /tmp/kivitendo_console_debug.log
|
|
247 | 247 |
|
248 | 248 |
[testing] |
249 | 249 |
|
... | ... | |
312 | 312 |
restart_fcgi_process_on_changes = 0 |
313 | 313 |
|
314 | 314 |
# The file name where the debug messages are written to. |
315 |
file_name = /tmp/lx-office-debug.log |
|
315 |
file_name = /tmp/kivitendo-debug.log |
Auch abrufbar als: Unified diff
Konfigurationsdatei: Verweise von "Lx-Office" in "kivitendo" umbenennen