1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 17:59:14 +00:00
Radarr/packages/Glimpse.0.81/Content/web.config.transform
2011-05-16 19:15:37 -07:00

14 lines
No EOL
458 B
Text

<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>