13 lines
347 B
JSON
13 lines
347 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"ConnectionString": "server=192.168.195.13;port=3306;database=youda_test;user=youda_test;password=youda_test;charset=utf8mb4",
|
|
"RedisConnectionString": "192.168.1.56:6379,defaultDatabase=3"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|