{ "ConnectionStrings": { "DefaultConnection": "Host=/var/run/postgresql;Port=5432;Database=mare;Username=mare;Keepalive=15;Minimum Pool Size=10;Maximum Pool Size=50;No Reset On Close=true;Max Auto Prepare=50;Enlist=false" }, "Logging": { "LogLevel": { "Default": "Warning", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "MareSynchronosServer": "Information", "MareSynchronosShared": "Information", "System.IO": "Information" }, "File": { "BasePath": "logs", "FileAccessMode": "KeepOpenAndAutoFlush", "FileEncodingName": "utf-8", "DateFormat": "yyyMMdd", "MaxFileSize": 104857600, "Files": [ { "Path": "///mare--.log" } ] } }, "MareSynchronos": { "DbContextPoolSize": 512, "ShardName": "Shard 2", "MetricsPort": 6050, "MainServerAddress": "http://mare-server:6000", "RedisConnectionString": "redis,password=secretredispassword", "Jwt": "teststringteststringteststringteststringteststringteststringteststringteststringteststringteststring" }, "AllowedHosts": "*", "Kestrel": { "Endpoints": { "Http": { "Url": "http://+:6000" } } }, "IpRateLimiting": {}, "IPRateLimitPolicies": {} }