From a1a338d08670f354c299b3c7d480a83e7a2ed67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Fri, 24 Nov 2017 23:13:23 +0200 Subject: [PATCH] Updating readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e0d4b2..49e3bb3 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ Sample Configuration File: The **config.json** file contains the following settings: -address - The address on which to serve +1. address - The address on which to serve -port - The port +2. port - The port -maxDirDepth - The maximum depth the user can go into directories. A value of 30 means the user can cd into max 30 dirs. +3. maxDirDepth - The maximum depth the user can go into directories. A value of 30 means the user can cd into max 30 dirs. -absoluteServePath - The path from where to serve the files. +4. absoluteServePath - The path from where to serve the files. -pic - The X and Y max size for the pic command. A value of 0 means original size +5. pic - The X and Y max size for the pic command. A value of 0 means original size If one of the settings are changed, the server will reload the configuration. Except for the absoluteServePath. \ No newline at end of file