{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "Service": { "Name": "Aurora.Core.ClientService", "Port": "5000" }, "Consul": { "IP": "localhost", "Port": "8500" }, "AllowedHosts": "*", "ConnectionStrings": { "Enable": "MySql", "MySql": "Server=xxxxxx; Port=3306;User Id=root;Password=xxxxx;Database=xxx;Allow User Variables=True", "SqlServer": "Data Source=192.168.1.139;Initial Catalog=PTS2;User ID=sa;Password=;Encrypt=False;TrustServerCertificate=False;Pooling=true;max Pool Size=50;min Pool Size=1;MultipleActiveResultSets=True", "PostgreSql": "Server=localhost;Database=Simon_blog;User ID=xxxxxx;Password=666", "Sqlite": "Data Source=D:/xxx.db;" }, "ReadonlyConnectionStrings": { "Enable": "MySql", "MySql": "Server=xxxxxx; Port=3306;User Id=root;Password=xxxxx;Database=xxx;Allow User Variables=True", "SqlServer": "Data Source=192.168.1.139;Initial Catalog=PTS2;User ID=sa;Password=;Encrypt=False;TrustServerCertificate=False;Pooling=true;max Pool Size=50;min Pool Size=1;MultipleActiveResultSets=True", "PostgreSql": "Server=localhost;Database=Simon_blog;User ID=xxxxxx;Password=666", "Sqlite": "Data Source=D:/xxx.db;" }, "HttpReports": { "Transport": { "CollectorAddress": "http://localhost:7000/", "DeferSecond": 10, "DeferThreshold": 100 }, "Server": "http://localhost:5000", "Service": "User", "Switch": true, "RequestFilter": [ "/api/health/*", "/HttpReports*" ], "WithRequest": true, "WithResponse": true, "WithCookie": true, "WithHeader": true } }