-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.dev.xml
42 lines (32 loc) · 1.1 KB
/
config.dev.xml
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- dev playground config -->
<http-server>
<server root="/opt/dylan-playground/dev"
debug="yes"
use-default-virtual-host="yes"
/>
<listener address="0.0.0.0" port="3600" ssl="no"/>
<!-- Reparse DSP templates if they've changed. -->
<dsp reparse-templates="yes" />
<!-- Remove `location` if you want logs on stdout. -->
<debug-log
name="http.server"
level="trace"
/>
<error-log
name="http.server.debug"
additive="yes" />
<request-log
name="http.server.requests"
location="request.log" />
<!-- Uses the DSP templates from the git checkout directly so that changes
are immediately reflected. -->
<!-- TODO: shouldn't be necessary to redundantly specify the base URL. -->
<dylan-playground
base-url="http://50.116.53.62:3600/"
dylan-compiler="/opt/opendylan/bin/dylan-compiler"
root-directory="/opt/dylan-playground/dev"
shares-directory="/opt/dylan-playground/dev/shares"
template-directory="/opt/dylan-playground/dev"
/>
</http-server>