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