12345678910111213141516 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Debug"
- }
- },
- "ConnectionStrings": {
- "DataContext": "Server=192.168.0.66\\sql2012;Database=YLShipOperationMISDev;User ID=sa;Password=Bowin2023!;MultipleActiveResultSets=true;"
- },
- "AllowedHosts": "*",
- "Web": {
- "Cros": {
- "Domain": "http://localhost:8100, http://localhost:8101"
- }
- }
- }
|