forked from brianjmiller/interchange_ep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterchange.cfg
56 lines (42 loc) · 943 Bytes
/
interchange.cfg
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
# End Point interchange.cfg
RunDir var/run
ErrorFile var/log/error.log
PIDfile var/run/interchange.pid
SocketFile var/run/socket
IPCsocket var/run/socket.ipc
DebugFile var/log/debug.log
DumpStructure Yes
DumpAllCfg Yes
HouseKeeping 3
MaxServers 0
PIDcheck 300
Unix_Mode Yes
Inet_Mode No
NoAbsolute Yes
SafeUntrap rand
Mall No
Environment HTTP_REFERER REQUEST_URI
include subdomains.cfg
include robots.cfg
Require module Digest::MD5 "Need %s %s for better cache keys."
Require module Safe::Hole
Require module DBI
Require module DBD::Pg
# Defaults for critical variables; typically overridden in interchange_local.cfg
Variable RUN_ENVIRONMENT camp
#
# load MVC and related
#
include mvc/interchange.cfg
#
# load app and related
#
include custom/interchange.cfg
#
# load local configuration
# - handles catalog setup
# - traffic setting
# - email intercept
# - etc.
#
include local/interchange.cfg