forked from dotnet-foundation/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.config
24 lines (24 loc) · 1.13 KB
/
App.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="BaseRef" value="/"/>
<add key="ContactEmail" value="[email protected]"/>
<add key="ServerUrl" value="https://dotnetfoundation.org"/>
<add key="SiteTitle" value=".NET Foundation" />
<add key="SiteDescription" value="This is your .NET Foundation!"/>
<add key="GoogleAnalytics" value="UA-57261022-1"/>
<add key="lang" value="en-US"/>
<add key="IsCampaignOpen" value="false"/> <!-- true or false -->
<add key="ShowCampaignResults" value="true"/>
<add key="ContributionsCounter" value="100000"/>
<add key="CompaniesCounter" value="3700"/>
<add key="ActiveProjectsCounter" value="556"/>
<add key="ResourcesCounter" value="59275"/>
<!-- Turn on to speed up processing for development/writing -->
<add key="SuppressSpeakers" value="false"/>
<add key="SuppressProjects" value="false"/>
<add key="SuppressSpeakerBlogs" value="false"/>
<add key="SuppressSpeakerGeoLocation" value="false"/>
<add key="SuppressSpeakerImages" value="false"/>
</appSettings>
</configuration>