Config fixes (#100)

* New file with all configuration parameters.

* Remove all env var usage and use new config.
This commit is contained in:
Antonis Anastasiadis 2025-07-01 13:29:12 +03:00 committed by GitHub
parent fbf9006aa9
commit 297600e3c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 133 additions and 122 deletions

View file

@ -2,8 +2,6 @@
process.env.NODE_ENV = 'test';
const { sequelize } = require('../../models');
const fs = require('fs');
const path = require('path');
beforeAll(async () => {
// Ensure test database is clean and created