Config DefaultConnection

This commit is contained in:
lihanbo 2024-10-16 11:28:17 +08:00
parent 215540ca1c
commit 448cb878ba
1 changed files with 4 additions and 1 deletions

View File

@ -14,5 +14,8 @@
} }
] ]
}, },
"AllowedHosts": "*" "AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=192.168.3.85;Initial Catalog=PluginAdmin-dev;User Id=sa;Password=Sa1234;Encrypt=True;TrustServerCertificate=True"
}
} }