Merge branch 'dev' of github.com:smart-chain-fr/leCoffre into dev

This commit is contained in:
OxSaitama 2023-07-25 15:25:32 +02:00
commit 202e34741f

View File

@ -64,9 +64,6 @@ export class BackendVariables {
@IsNotEmpty()
public readonly ENV!: string;
@IsNotEmpty()
public readonly DEV_PRISMA_STUDIO_DB_URL!: string;
public constructor() {
dotenv.config();