File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/RedisWebServices.Host Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h3>For Admin UI Developers</h3>
79
79
</ ol >
80
80
< p >
81
81
This Admin UI is customizable and can be easily modified and made to access any of the
82
- available < a href ="../servicestack /metadata "> Redis web service operations</ a > .
82
+ available < a href ="../redis /metadata "> Redis web service operations</ a > .
83
83
</ p >
84
84
< p >
85
85
A feature-complete JavaScript < a href ="js/RedisClient.js "> RedisClient.js</ a > library
Original file line number Diff line number Diff line change 16
16
</sectionGroup >
17
17
</configSections >
18
18
<appSettings >
19
+ <add key =" MonoServerDefaultIndexFiles" value =" Default.aspx, default.htm" />
19
20
<add key =" RedisHostAddress" value =" localhost:6379" />
20
21
<add key =" RedisDb" value =" 0" />
21
22
<add key =" DefaultRedirectPath" value =" AjaxClient" />
120
121
</system .webServer>
121
122
122
123
123
- </configuration >
124
+ </configuration >
You can’t perform that action at this time.
0 commit comments