ZhiYi/ZhiYi.Core.Http.Connection.Api/appsettings.Development.json

15 lines
574 B
JSON

{
"ConnectionStrings": {
//"SqlConnection": "data source=127.0.0.1;initial catalog=zhiyi;persist security info=False;user id=postgres;password=123456;packet size=4096",
//"SqlConnection": "postgresql://postgres:123456@127.0.0.1:5432/zhiyi",
"SqlConnection": "PORT=5432;DATABASE=zhiyi;HOST=127.0.0.1;PASSWORD=123456;USER ID=postgres",
"Redis": "127.0.0.1:6379,password=,abortConnect=False,ssl=False,connectTimeout=5000,connectRetry=3"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}