Created
April 1, 2010 02:24
-
-
Save shiroyuki/351241 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<webconfig> | |
<mode>application</mode> | |
<basepath> | |
<static>static</static> | |
<template>template</template> | |
<session>memory</session> | |
</basepath> | |
<baseURI>/</baseURI> | |
<errorTemplate use="mako">myerror.html</errorTemplate> | |
<staticRouting> | |
<file link="favicon.ico" ref="favicon.ico" /> | |
<dir link="image" ref="image" /> | |
<dir link="css" ref="css" /> | |
<dir link="js" ref="js" /> | |
</staticRouting> | |
</webconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment