You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
458 B
14 lines
458 B
14 years ago
|
<configuration>
|
||
|
<configSections>
|
||
|
<section name="glimpse" type="Glimpse.Net.Configuration.GlimpseConfiguration" />
|
||
|
</configSections>
|
||
|
<glimpse on="true" saveRequestCount="5">
|
||
|
<ipAddresses>
|
||
|
<add address="127.0.0.1" /><!--IPv4-->
|
||
|
<add address="::1" /><!--IPv6-->
|
||
|
</ipAddresses>
|
||
|
<contentTypes>
|
||
|
<add contentType="text/html"/>
|
||
|
</contentTypes>
|
||
|
</glimpse>
|
||
|
</configuration>
|