46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=/var/run/postgresql;Port=5432;Database=;Username=;Password=;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",
|
|
"LightlessSyncServices": "Information",
|
|
"LightlessSyncShared": "Information",
|
|
"System.IO": "Information"
|
|
},
|
|
"File": {
|
|
"BasePath": "logs",
|
|
"FileAccessMode": "KeepOpenAndAutoFlush",
|
|
"FileEncodingName": "utf-8",
|
|
"DateFormat": "yyyMMdd",
|
|
"MaxFileSize": 104857600,
|
|
"Files": [
|
|
{
|
|
"Path": "<date:yyyy>/<date:MM>/<date:dd>/lightless-<date:HH>-<counter:0000>.log"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"LightlessSync": {
|
|
"DbContextPoolSize": 512,
|
|
"ShardName": "Services",
|
|
"MetricsPort": 6150,
|
|
"CdnFullUrl": "http://localhost:6200/",
|
|
"MainServerAddress": "http://-IPorDomainHere-:6000/",
|
|
"MainServerGrpcAddress": "http://-IPorDomainHere-:6005/",
|
|
"DiscordBotToken": "",
|
|
"DiscordChannelForMessages": "",
|
|
"DiscordChannelForCommands": "",
|
|
"Jwt": "",
|
|
"RedisConnectionString": "redis:6379,password=",
|
|
"VanityRoles": {"1408568079394537684":"Lightless Developer", "1349429584688578584":"Mods", "1401582542238388355":"Patreon", "1409255218591432817":"Kofi", "1409253125952507904":"Pure"}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
},
|
|
"IpRateLimiting": {},
|
|
"IPRateLimitPolicies": {}
|
|
} |