{ "ConnectionStrings": { "Default": "Server=(localdb)\\MSSQLLocalDB;Database=SolutionErp_Dev;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=true" }, "Jwt": { "Secret": "dev_only_secret_min_32_chars_NOT_for_production_please_change" }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "Microsoft": "Information", "Microsoft.EntityFrameworkCore": "Information", "System": "Warning" } }, "WriteTo": [ { "Name": "Console" } ] }, "DemoSeed": { "_Comment": "Plan T S23 t10 — Dev override: false để test demo seed local. Production appsettings.json mặc định true (skip).", "Disabled": false } }