diet - v1.0.0
    Preparing search index...

    Interface Config

    interface Config {
        MODO_PERSISTENCIA: string;
        MONGO_URI: string;
        PORT: string | number;
        PORTWS: string | number;
        SECRET_SESSION: string;
    }
    Index

    Properties

    MODO_PERSISTENCIA: string

    Tipo de almacenamiento utilizado

    MONGO_URI: string

    URI de conexión a MongoDB

    PORT: string | number

    Puerto HTTP del servidor

    PORTWS: string | number

    Puerto WebSocket

    SECRET_SESSION: string

    Secreto para sessiones