From 39be0816cf738704c4ef9ef3b919cbe471d2409d Mon Sep 17 00:00:00 2001 From: slaveeks Date: Thu, 16 Jun 2022 20:32:09 +0300 Subject: [PATCH] Updated Readme.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 87821e8..5a091f0 100644 --- a/README.md +++ b/README.md @@ -87,17 +87,16 @@ yarn test You can configure application using configs in /config directory. -port - to set port of application +| Property | Role | +|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------| + | port | to set port of application | + | database | to name directory with data | + | rcFile | to set destination of codexdocsrc config file | + | uploads | to set destination of directory to save uploads | + | secret | to set secret | + | faviconURL | to set url to get favicon. Server uploads file by url and saves it to temporary directory. And you can get favicon by /favicon route of application | -database - to name directory with data - -rcFile - to set destination of rc file - -uploads - to set destination of directory to save uploads - -secret - to set secret - -faviconURL - to set url to get favicon +You can configure application using configs in /config directory. ### Authentication