22 lines
566 B
JSON
22 lines
566 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"
|
|
},
|
|
|
|
"DatabaseSettings": {
|
|
"AuthPlugin": "mysql_native_password",
|
|
"ConnectionString": "mysql+mysqlconnector://sh_cpl:$credentials@localhost/sh_cpl",
|
|
"Credentials": "MHZhc0Y2bjhKc1VUMWV0Qw==",
|
|
"Encoding": "utf8mb4"
|
|
}
|
|
} |