This commit is contained in:
2026-01-03 19:46:45 +03:00
parent c6c3cf2227
commit 8c9ea53964
3 changed files with 25 additions and 1 deletions

View File

@@ -4,8 +4,9 @@ import { randomUUID } from "crypto";
import DBAdapter, { getCurrentDate, setCurrentDate } from "./db/database.js";
import { DB_INTERNAL_ERROR, DB_USER_ERROR } from "./db/database.js";
// Switch to .env for test in local machine
dotenv.config({
path: './server/.env'
path: './server/docker.env'
});
const {