1234567891011121314 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "ConnectionStrings": {
- "Redis": "localhost:6379,password=123456",
- "MySqlConnection": "Server=localhost;Database=wcs;User=root;Password=123456;"
- },
- "AllowedHosts": "*",
- "wcsCallbackUrl": "http://127.0.0.1:8081/wInventoryTransactionTask/callback"
- }
|