appsettings.json 370 B

12345678910111213141516
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Debug"
  5. }
  6. },
  7. "ConnectionStrings": {
  8. "DataContext": "Server=192.168.0.66\\sql2012;Database=YLShipOperationMISDev;User ID=sa;Password=Bowin2023!;MultipleActiveResultSets=true;"
  9. },
  10. "AllowedHosts": "*",
  11. "Web": {
  12. "Cros": {
  13. "Domain": "http://localhost:8100, http://localhost:8101"
  14. }
  15. }
  16. }