Files
2025-10-10 07:37:33 +09:00

34 lines
786 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=;Username=;Password="
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://+:5001"
},
"Gprc": {
"Protocols": "Http2",
"Url": "http://+:5003"
}
}
},
"LightlessSync": {
"ForcedDeletionOfFilesAfterHours": -1,
"CacheSizeHardLimitInGiB": -1,
"UnusedFileRetentionPeriodInDays": 7,
"CacheDirectory": "G:\\ServerTest",
"ServiceAddress": "http://localhost:5002",
"RemoteCacheSourceUri": "",
"EnableDirectDownloads": true,
"DirectDownloadTokenLifetimeSeconds": 300
},
"AllowedHosts": "*"
}