PTMagic/_Development/DevSettings/Monitor/appsettings.json

10 lines
256 B
JSON
Raw Normal View History

2018-05-22 10:11:50 +02:00
{
"PTMagicBasePath": "YOUR PT MAGIC PATH", // Path to your Profit Trailer Magic main directory (use double backslashes for windows like C:\\PTMagic\\)
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}