dockerise server

This commit is contained in:
Jurgis Sakalauskas
2023-08-04 16:06:47 +03:00
parent 27f76a08f0
commit fe938afa3f
11 changed files with 81 additions and 28 deletions
+1 -3
View File
@@ -6,9 +6,7 @@ export class RecentSearchesConfig {
}
public getRecentSearchesFolder(): string {
return this.configService
.getPaths()
.getPathByEnvKey('RECENT_SEARCHES_FOLDER');
return '/srv/data/recent-searches';
}
public getRecentSearchesLimit(): number {