summaryrefslogtreecommitdiff
path: root/app/php/application.xml
blob: 4aa2f302ef10ff7c5baf0ecfe4c32d906309f3c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<application id="http" mode="Debug">
  <modules>
    <module id="db"
            class="Application.db.DBModule"
            config="../../config/db.json" />
    <module class="System.Data.ActiveRecord.TActiveRecordConfig"
            ConnectionID="db"
            EnableCache="true" />
    <module id="cache"
            class="System.Caching.TDbCache" />
    <!-- Remove this comment mark to enable PATH url format
    <module id="request" class="THttpRequest" UrlFormat="Path" />
    -->
    <!-- Remove this comment mark to enable logging
    <module id="log" class="System.Util.TLogRouter">
      <route class="TBrowserLogRoute" Categories="System" />
    </module>
    -->
  </modules>
  <services>
    <service id="page" class="TPageService" DefaultPage="Home" />
  </services>
</application>