diff --git a/doc/ADMIN.md b/doc/ADMIN.md index d82e807..c87b3d2 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,2 +1,2 @@ -The config file path is `__INSRALL_DIR__/server/config.js`. +The config file path is `__INSTALL_DIR__/server/config.js`. You can configure things such as the max file size, max downloads, or max file expire time. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 28d2afd..0e7b52e 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,2 +1,2 @@ -Le chemin du fichier de configuration est `__INSRALL_DIR__/server/config.js`. +Le chemin du fichier de configuration est `__INSTALL_DIR__/server/config.js`. Vous pouvez configurer des paramètres tels que les taille de fichier, nombre de téléchargements, ou temps d'expiration des fichiers maximums. diff --git a/scripts/_common.sh b/scripts/_common.sh index 6bef610..0fdf85a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16.13 +nodejs_version=18 #================================================= # PERSONAL HELPERS