forked from Alanaktion/phproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-base.ini
67 lines (55 loc) · 1.24 KB
/
config-base.ini
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[globals]
DEBUG=0
CACHE=true
; Database
db.host=localhost
db.port=3306
db.user=root
db.pass=
db.name=phproject
; Session lifetime
; Also set session.gc_maxlifetime in php.ini
JAR.expire=604800
; Cache timeouts
; Using defaults here is usually safe
cache_expire.db=3600
cache_expire.minify=86400
cache_expire.attachments=2592000
; Parser options
parse.ids=true
parse.hashtags=true
parse.urls=true
parse.emoticons=true
parse.textile=true
parse.markdown=true
; Global site configuration
site.name=Phproject
site.description=A high performance full-featured project management system
site.theme=css/bootstrap-phproject.css
site.logo=
site.timezone=America/Denver
site.demo=0
site.public_registration=0
; Block posting of credit card numbers
security.block_ccs=0
security.min_pass_len=6
; Project/task type IDs
; These should usually be left alone
issue_type.task=1
issue_type.project=2
issue_type.bug=3
;Default Task Priority
issue_priority.default=0
; Gravatar settings
gravatar.rating=pg
gravatar.default=mm
; Mail From address
; Set to an empty string to disable email sending
mail.from=
; Inbound IMAP Account
imap.hostname=
imap.username=
imap.password=
mail.truncate_lines=<--->,--- ---,------------------------------
; Max upload size
files.maxsize=2097152