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`).