summaryrefslogtreecommitdiff
path: root/demos/hangman/protected/data/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/hangman/protected/data/application.xml')
-rw-r--r--demos/hangman/protected/data/application.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/demos/hangman/protected/data/application.xml b/demos/hangman/protected/data/application.xml
new file mode 100644
index 00000000..7cdc3a0b
--- /dev/null
+++ b/demos/hangman/protected/data/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