mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"LogFile": "logs/romrepomgr.log",
|
|
"AllowedHosts": "*",
|
|
"DataFolders": {
|
|
"Repository": "repo",
|
|
"ImportRoms": "incoming",
|
|
"ImportDats": "incoming-dats",
|
|
"ExportRoms": "export",
|
|
"ExportDats": "export-dats",
|
|
"Database": "db",
|
|
"Temporary": "tmp"
|
|
},
|
|
"CompressionType": "Zstd"
|
|
} |