repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor changes to improve testability of helpers
[castle.git]
/
Experiments
/
Castle.MonoRail.Generator
/
templates
/
testconfig.vm
blob
f055f2b522b5b3d0025be719c8bc03e8ce41e054
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
4
<configSections>
5
</configSections>
6
7
<appSettings>
8
<add
key
=
"web.physical.dir"
value
=
"${webapppath}"
/>
9
<add
key
=
"web.virtual.dir"
value
=
"/"
/>
10
</appSettings>
11
12
</configuration>