Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.GeoIP/1.12/app.config @ 10032

Last change on this file since 10032 was 8040, checked in by ascheibe, 12 years ago

#1648 integrated server parts of the access service into trunk

File size: 802 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5            <section name="HeuristicLab.GeoIP.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6        </sectionGroup>
7    </configSections>
8    <applicationSettings>
9        <HeuristicLab.GeoIP.Settings>
10            <setting name="DatabasePath" serializeAs="String">
11                <value>GeoIP.dat</value>
12            </setting>
13        </HeuristicLab.GeoIP.Settings>
14    </applicationSettings>
15</configuration>
Note: See TracBrowser for help on using the repository browser.