You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
373 B
17 lines
373 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
|
|
"ConnectionStrings": {
|
|
"DbType": "MySql",
|
|
"SqlConnection": "Server= 81.71.138.239; Port=43306; Database=znyc_cloudcar; Uid=znyc; Pwd=Uo!DQ*ee; Charset=utf8mb4",
|
|
"SqlMonitorCommand": false,
|
|
"SqlCurd": false
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
}
|
|
|