summaryrefslogtreecommitdiff
path: root/demos/hangman/protected/application.xml
diff options
context:
space:
mode:
authorxue <>2005-12-10 02:02:10 +0000
committerxue <>2005-12-10 02:02:10 +0000
commit1f1f96b7e143973e7da69fc01ebd6721f62e291c (patch)
tree342915f87c904d8a79a853101ad9d176051a588b /demos/hangman/protected/application.xml
parent662547dc4c6c493c1c89f888e3ef73667ea783c4 (diff)
Diffstat (limited to 'demos/hangman/protected/application.xml')
-rw-r--r--demos/hangman/protected/application.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/demos/hangman/protected/application.xml b/demos/hangman/protected/application.xml
new file mode 100644
index 00000000..01f60f47
--- /dev/null
+++ b/demos/hangman/protected/application.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<application id="hangman" mode="Debug">
+ <paths>
+ <alias id="Application" path="." />
+ <alias id="Pages" path="pages" />
+ </paths>
+ <services>
+ <service id="page" BasePath="Pages" DefaultPage="home" />
+ </services>
+ <parameters>
+ <parameter id="wordFile">Application.Data.words</parameter>
+ </parameters>
+</application> \ No newline at end of file