1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-28 02:27:13 +00:00
Lidarr/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>