-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegethics.ini.example
55 lines (43 loc) · 1.47 KB
/
legethics.ini.example
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; General configuration
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[general]
report.dir = /tmp/reports
phpmailer.dir = /path/to/PHPMailer
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Database server configuration
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[database]
; These parameters configure the mysql connection string:
; user:pass@host:port/name
user =
pass =
host = localhost
port = 3306
name = moodle
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SMTP server configuration
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[smtp]
host = smtp.example.com
auth = false
from = [email protected]
fromName = LegEthics Report Sender
replyTo = [email protected]
replyToName = Ken Zalewski
bcc[] = [email protected]
bcc[] = [email protected]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Organization-specific configuration
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[organizations]
active = Senate,Assembly
;active = Senate,Assembly,LBDC
; duration is last N days
Senate.duration = 7
Senate.email[] = [email protected]
Senate.email[] = [email protected]
Assembly.duration = 7
Assembly.email[] = [email protected]
LBDC.duration = 7
LBDC.email[] =