migrations; torr search, dl, seed, delete; files scan, delete; configs

This commit is contained in:
Jurgis Sakalauskas
2023-02-03 17:41:40 +02:00
parent 8d354027fc
commit daaeda539b
84 changed files with 5456 additions and 301 deletions
-4
View File
@@ -14,10 +14,6 @@ export class PathsConfig {
return this.getPathByEnvKey('STATIC_SERVE_FOLDER');
}
public getRecentSearchesFolder(): string {
return this.getPathByEnvKey('RECENT_SEARCHES_FOLDER');
}
public getPathByEnvKey(key: string) {
const relPath = this.configService.getEnv(key);