-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.ini
43 lines (38 loc) · 835 Bytes
/
config.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
[application]
env = dev
locale = fr_CA
currency = CAD
charset = utf8
timezone = America/New_York
[database]
host = localhost
username = root-example
password = example
database = example
charset = utf8
;dsn = mysql:dbname=example;host=localhost;charset=utf8
[session]
name = kViaaDAH3L3cDMABvqtO
encryption_enabled = true
fingerprint_ip = true
fingerprint_agent = true
refresh_after_interval = 60
;refresh_after_requests = null
;refresh_probability = null
;decoys = null
[security]
encryption_algorithm = aes-256-cbc
csrf_guard_enabled = true
csrf_guard_automatic_html = true
;csrf_guard_req[] = POST
;csrf_guard_req[] = PUT
;csrf_guard_req[] = DELETE
ids_enabled = true
ids_exceptions[] = GET.__utmz
ids_exceptions[] = GET.__utmc
[lang]
date = "%e %B %Y"
time = "%H:%M"
datetime = "%e %B %Y, %H:%M"
[pug]
cache = "/var/cache/pug"