-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathact.ini.tt
60 lines (49 loc) · 1.2 KB
/
act.ini.tt
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
[general]
conferences = [% conference %]
cookie_name = act
searchlimit = 20
max_imgsize = 320x200
dir_conferences = $(home)/conferences
dir_static = $(home)/wwwdocs
dir_photos = $(home)/photos
dir_ttc = $(home)/var
root = $(home)
[database]
name = act
dsn = dbi:Pg:dbname=$(database_name)
user = [% dbuser %]
passwd = [% dbpass %]
test_dsn = dbi:Pg:dbname=$(database_name)test
test_user = [% dbuser %]
test_passwd = [% dbpass %]
pg_dump = 1
dump_file = /tmp/dbdump
# Set to 0 in a docker environment
version_check = 1
# A value of 0 means that Act will use a local connection.
host = 0
[email]
test = 0
sender_address = root@localhost
hostname = localhost
port = 25
[wiki]
dbname = actwiki
dbuser = [% dbuser %]
dbpass = [% dbpass %]
# A value of 0 means that Act will use a local connection.
dbhost = 0
[payment]
open = 0
invoices = 0
# Conferences will override this value
type = Fake
[payment_type_Fake]
plugin = Fake
notify_bcc = tester@localhost
[payment_type_Delayed]
plugin = Delayed
notify_bcc = tester@localhost
[flickr]
# see http://www.flickr.com/services/api/
apikey = 0123456789ABCDEF0123456789ABCDEF