Made the service basically start working

This commit is contained in:
Samuele Lorefice
2025-12-15 05:42:46 +01:00
parent dbf2f18f26
commit db20f5d54d
18 changed files with 424 additions and 46 deletions

View File

@@ -6,6 +6,9 @@
}
},
"AllowedHosts": "*",
"TemporaryFilesPath": "./Temp",
"FfmpegPath": "./ffmpeg"
"FFmpeg": {
"TemporaryFilesPath": "./Temp",
"FfmpegPath": "./ffmpeg"
},
"UploadsPath": "./Uploads"
}