14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"LoggingSettings": {
|
|
"Path": "logs/",
|
|
"Filename": "log_$start_time.log",
|
|
"ConsoleLogLevel": "TRACE",
|
|
"FileLogLevel": "TRACE"
|
|
},
|
|
|
|
"DatabaseSettings": {
|
|
"ConnectionString": "mysql+mysqlconnector://sh_cpl:$credentials@localhost/sh_cpl",
|
|
"Credentials": "MHZhc0Y2bjhKc1VUMWV0Qw==",
|
|
"Encoding": "utf8mb4"
|
|
}
|
|
} |