-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.props
38 lines (29 loc) · 1005 Bytes
/
default.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -------------------------------------------------
#
# Time-admin default configuration
# For development, use additional {$USERNAME}.props
#
# -------------------------------------------------
# DATABASE
# --------
# | Without database properties Timeadmin will use a file based embedded DB.
# | See below for an example configuration for PSQL.
#db.driver = org.postgresql.Driver
#db.url = jdbc:postgresql://127.0.0.1:5432/timeadmin
#db.user = postgres
#db.password = 1234
# Mail Configuration
# ------------------
# | Timeadmin's password recovery feature works via e-mail.
# | To enable this feature, configure e-mail sending.
#mail.smtp.host = localhost
#mail.smtp.port = 22
#mail.smtp.auth = false
#mail.smtp.user = user@domain
#mail.smtp.pass = 1234
# Timesheet Excel export template
export.excel.timesheet_template = docs/exceltemplate/timesheet_template.xls
# User settings
#user.subtract_breaks = true
# Mantis bug view URL.
#mantis.bugs.view.url = http://<host_of_mantis>/view.php?id=