summaryrefslogtreecommitdiff
path: root/demos/personal/protected/Data/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/personal/protected/Data/application.xml')
-rw-r--r--demos/personal/protected/Data/application.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/demos/personal/protected/Data/application.xml b/demos/personal/protected/Data/application.xml
deleted file mode 100644
index d0403a50..00000000
--- a/demos/personal/protected/Data/application.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<application>
- <paths>
- <alias id="Application" path=".." />
- </paths>
- <!-- modules configured and loaded for all services -->
- <modules>
- <!-- make sure the path "protected" is writable by web server process if you enable this cache
- <module id="cache" class="System.Data.TSqliteCache" DbFile="Application.Data.Cache"/>
- -->
- <module id="session" class="THttpSession" />
- </modules>
- <services>
- <!-- page service, BasePath is required -->
- <service id="page" BasePath="Application.Pages" DefaultPage="home">
- <!-- modules configured and loaded when page service is requested -->
- <modules>
- <!-- user manager module -->
- <module id="users" class="System.Security.TUserManager" PasswordMode="Clear">
- <user name="demo" password="demo" />
- </module>
- <!-- auth manager module -->
- <module id="auth" class="System.Security.TAuthManager" UserManager="users" LoginPage="login" />
- <!--
- <module id="data" class="Application.Modules.DataModule" DbFile="Application.Data.Site" />
- -->
- </modules>
- </service>
- </services>
-</application> \ No newline at end of file