添加ORM的依赖注入,添加appsettings的gitignore
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Database": {
|
||||
"Type": "PostgreSQL",
|
||||
"Server": "127.0.0.1",
|
||||
"Port": 5432,
|
||||
"Database": "IOT_WEB",
|
||||
"User": "postgres",
|
||||
"Password": "kylt123",
|
||||
"TenantId": 10001
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user