This commit is contained in:
miguel
2025-06-18 12:57:52 -06:00
parent 282f921e43
commit 3d90c51742
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -54,3 +54,6 @@ pids
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Uploaded files
/uploads
+1 -1
View File
@@ -54,7 +54,7 @@ export const createMainDbConfig = async (
retryDelay: 3000,
connectTimeout: 30000,
synchronize: false,
synchronize: true,
dropSchema: false,
});