{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Information", "Microsoft.EntityFrameworkCore.Database.Command": "Information" } }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "Microsoft": "Information", "Microsoft.EntityFrameworkCore.Database.Command": "Information", "System": "Information" } } }, "ConnectionStrings": { "DefaultConnection": "Host=212.28.186.239;Port=30992;Database=order_service;Username=cloud_admin;Password=XbnKQ2ONe6pMxxCh;SSL Mode=Prefer;Timeout=60;Command Timeout=120" }, "Redis": { "ConnectionString": "localhost:16379,password=goodgo-redis-dev" } }