Configuration
Intended scope
Section titled “Intended scope”- Config file location — LabAPI’s standard per-plugin config path.
AssetDirectory— root of the server’s shared assets that clients download on connect.- Chunk size and transfer tuning —
DefaultChunkSizeand related knobs. AuthAndRoleDiag— diagnostic logging flag for auth + role issues.- Reloading config — behavior on server restart vs hot-reload.
Sources
Section titled “Sources”Anomaly.Server\Config.cs— all fields with defaults.Anomaly.Server\Diagnostics\AuthAndRoleDiag.cs— what the diag flag enables.Anomaly.Server\FileTransfer\FileTransferSession.cs— chunk-size reference.