20 lines
510 B
JSON
20 lines
510 B
JSON
|
{
|
||
|
"TimeFormatSettings": {
|
||
|
"DateFormat": "%Y-%m-%d",
|
||
|
"TimeFormat": "%H:%M:%S",
|
||
|
"DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f",
|
||
|
"DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S"
|
||
|
},
|
||
|
"LoggingSettings": {
|
||
|
"Path": "logs/",
|
||
|
"Filename": "log_$start_time.log",
|
||
|
"ConsoleLogLevel": "TRACE",
|
||
|
"FileLogLevel": "TRACE"
|
||
|
},
|
||
|
"EMailClientSettings": {
|
||
|
"Host": "mail.sh-edraft.de",
|
||
|
"Port": "587",
|
||
|
"UserName": "dev-srv@sh-edraft.de",
|
||
|
"Credentials": "RmBOQX1eNFYiYjgsSid3fV1nelc2WA=="
|
||
|
}
|
||
|
}
|