mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Add TODO
This commit is contained in:
parent
6f45234d56
commit
c11af8ea97
|
@ -25,7 +25,7 @@ import { DatabaseSchemaService } from '../database-schema.service';
|
|||
@Service()
|
||||
export class DatabaseImportService {
|
||||
private config: DatabaseImportConfig = {
|
||||
importFilePath: '/tmp/backup/n8n-db-export-2024-10-11.tar.gz',
|
||||
importFilePath: '/tmp/backup/n8n-db-export-2024-10-11.tar.gz', // @TODO: Pass from command
|
||||
extractDirPath: '/tmp/backup',
|
||||
truncateDestination: true, // @TODO: Only for dev, default it to `false` later
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue