redeploy back

This commit is contained in:
Vins 2023-07-25 14:36:22 +02:00
parent 49ed76b40d
commit 109c8438c0

View File

@ -68,6 +68,7 @@ export class BackendVariables {
public readonly DEV_PRISMA_STUDIO_DB_URL!: string;
public constructor() {
dotenv.config();
this.DATABASE_PORT = process.env["DATABASE_PORT"]!;
this.DATABASE_HOST = process.env["DATABASE_HOST"]!;