| 2 |
lars |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
|
|
3 |
<application id="blog" mode="Debug">
|
|
|
4 |
<!-- alias definitions and namespace usings
|
|
|
5 |
<paths>
|
|
|
6 |
<alias id="myalias" path="./lib" />
|
|
|
7 |
<using namespace="Application.common.*" />
|
|
|
8 |
</paths>
|
|
|
9 |
-->
|
| 14 |
lars |
10 |
<paths>
|
|
|
11 |
<using namespace="Application.database.*" />
|
|
|
12 |
</paths>
|
| 2 |
lars |
13 |
|
|
|
14 |
<!-- configurations for modules -->
|
|
|
15 |
<modules>
|
|
|
16 |
<!-- Remove this comment mark to enable caching
|
|
|
17 |
<module id="cache" class="System.Caching.TDbCache" />
|
|
|
18 |
-->
|
|
|
19 |
|
|
|
20 |
<!-- Remove this comment mark to enable PATH url format
|
|
|
21 |
<module id="request" class="THttpRequest" UrlFormat="Path" />
|
|
|
22 |
-->
|
|
|
23 |
|
|
|
24 |
<!-- Remove this comment mark to enable logging
|
|
|
25 |
<module id="log" class="System.Util.TLogRouter">
|
|
|
26 |
<route class="TBrowserLogRoute" Categories="System" />
|
|
|
27 |
</module>
|
|
|
28 |
-->
|
| 11 |
lars |
29 |
<module id="db" class="System.Data.TDataSourceConfig">
|
| 13 |
lars |
30 |
<database ConnectionString="mysqli:host=localhost;dbname=lars_tiefland_de" Username="root" Password="NcC2007" />
|
| 11 |
lars |
31 |
</module>
|
|
|
32 |
<module class="System.Data.ActiveRecord.TActiveRecordConfig" ConnectionID="db" />
|
| 2 |
lars |
33 |
</modules>
|
|
|
34 |
|
|
|
35 |
<!-- configuration for available services -->
|
|
|
36 |
<services>
|
| 6 |
lars |
37 |
<service id="page" class="TPageService" DefaultPage="Home">
|
|
|
38 |
<pages MasterClass="Application.layouts.MainLayout" />
|
|
|
39 |
</service>
|
| 2 |
lars |
40 |
</services>
|
|
|
41 |
|
|
|
42 |
<!-- application parameters
|
|
|
43 |
<parameters>
|
|
|
44 |
<parameter id="param1" value="value1" />
|
|
|
45 |
<parameter id="param2" value="value2" />
|
|
|
46 |
</parameters>
|
|
|
47 |
-->
|
|
|
48 |
</application>
|