Minor changes to improve testability of helpers
[castle.git] / Experiments / Castle.MonoRail.Generator / templates / testconfig.vm
blobf055f2b522b5b3d0025be719c8bc03e8ce41e054
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
4 <configSections>
5 </configSections>
7 <appSettings>
8 <add key="web.physical.dir" value="${webapppath}" />
9 <add key="web.virtual.dir" value="/" />
10 </appSettings>
12 </configuration>