Improved database module structure

This commit is contained in:
2020-12-10 18:11:05 +01:00
parent 6977b9ae05
commit d2dc57bc76
15 changed files with 47 additions and 19 deletions

View File

@@ -4,5 +4,10 @@
"Filename": "log_$start_time.log",
"ConsoleLogLevel": "TRACE",
"FileLogLevel": "TRACE"
},
"DatabaseSettings": {
"ConnectionString": "mysql+mysqlconnector://sh_cpl:$credentials@localhost/sh_cpl",
"Credentials": "MHZhc0Y2bjhKc1VUMWV0Qw==",
"Encoding": "utf8mb4"
}
}