Skip to content

Instantly share code, notes, and snippets.

@shiroyuki
Created April 1, 2010 02:24
Show Gist options
  • Save shiroyuki/351241 to your computer and use it in GitHub Desktop.
Save shiroyuki/351241 to your computer and use it in GitHub Desktop.
<?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