new procurement

This commit is contained in:
2025-10-23 09:49:04 +03:00
parent 99127c42e2
commit a6065dd95c
22 changed files with 1588 additions and 409 deletions

View File

@@ -1,4 +1,4 @@
import 'dotenv/config';
// Connection URL
export const mongoUrl = process.env.MONGO_ADDR
export const mongoUrl = process.env.MONGO_ADDR || 'mongodb://localhost:27017'