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.
15 lines
596 B
15 lines
596 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="LogLevel" value="trace"/>
|
|
<add key="LogPath" value="E:\Tools\mongdb\FrmMongDB\FrmMongDB\logs"/>
|
|
|
|
<add key="MongodbServers" value="106.52.55.123:27017"/>
|
|
<add key="MongoDBName" value="ZNYCGPS"/>
|
|
<!--线上生产-->
|
|
<add key="GpsRealTimeTableName" value="GpsRealTime"/>
|
|
<!--线上生产-->
|
|
<add key="GpsCarStatusDurationTableName" value="GpsCarStatusDuration"/>
|
|
</appSettings>
|
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
|
|
|