fix: remove max upload size from settings / use env var instead to centralize the config

This commit is contained in:
Mohamed Marrouchi
2024-12-27 17:22:35 +01:00
parent bb83cd53bc
commit 99c702de17
17 changed files with 63 additions and 91 deletions

View File

@@ -8,7 +8,7 @@
import { io, ManagerOptions, Socket, SocketOptions } from "socket.io-client";
import { Config } from "../providers/ConfigProvider";
import { Config } from "../types/config.types";
import {
IOIncomingMessage,
IOOutgoingMessage,