From b9e37d4734528a4ceb5cd05ca7a0cd4396b79ea7 Mon Sep 17 00:00:00 2001 From: slaveeks Date: Thu, 16 Jun 2022 18:19:54 +0300 Subject: [PATCH] Updated Readme, added info about setting up app --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c2820cb..87821e8 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,22 @@ yarn lint yarn test ``` +### Setup + +You can configure application using configs in /config directory. + +port - to set port 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 + ### Authentication To manage pages you need to authorize (available on `/auth`).