forked from kevenphilibert/zephyrus-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.ini
More file actions
47 lines (42 loc) · 925 Bytes
/
config.ini
File metadata and controls
47 lines (42 loc) · 925 Bytes
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
[application]
env = "dev"
locale = "fr_CA"
currency = "CAD"
charset = "utf8"
timezone = "America/New_York"
[database]
dbms = "pgsql"
host = "localhost"
database = "zephyrus"
;port = 5432
username = "zephyrus"
password = "hurteau"
shared = true
convert_type = true
[session]
name = "kViaaDAH3L3cDMABvqtO"
encryption_enabled = false
fingerprint_ip = false
fingerprint_agent = false
;refresh_after_interval = 60
;refresh_after_requests = 4
;refresh_probability = null
;decoys = null
[security]
ids_enabled = true
csrf_guard_enabled = true
csrf_guard_automatic_html = true
encryption_algorithm = "aes-256-cbc"
ids_exceptions[] = "GET.__utmz"
ids_exceptions[] = "GET.__utmc"
;csrf_guard_methods[] = POST
;csrf_guard_methods[] = PUT
;csrf_guard_methods[] = PATCH
;csrf_guard_methods[] = DELETE
[lang]
date = "%e %B %Y"
time = "%H:%M"
datetime = "%e %B %Y, %H:%M"
[pug]
cache_enabled = false
cache_directory = "/var/cache/pug"