move aliases to file storage

This commit is contained in:
Jurgis Sakalauskas
2023-10-30 11:30:16 +02:00
parent 1d7072aee0
commit e707fa838b
15 changed files with 135 additions and 37 deletions
+4
View File
@@ -23,6 +23,10 @@ export class PathsConfig {
return this.getPath(relPath);
}
public getDbFolderPath(): string {
return '/srv/data/db';
}
private getPath(relPath: string) {
if (relPath[0] === '/') {
//this is an absolute path