1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

Updated Readme, added info about setting up app

This commit is contained in:
slaveeks 2022-06-16 18:19:54 +03:00
parent aab5d65481
commit b9e37d4734

View file

@ -83,6 +83,22 @@ yarn lint
yarn test
```
### Setup
You can configure application using configs in <code>/config</code> directory.
<code>port</code> - to set port of application
<code>database</code> - to name directory with data
<code>rcFile</code> - to set destination of rc file
<code>uploads</code> - to set destination of directory to save uploads
<code>secret</code> - to set secret
<code>faviconURL</code> - to set url to get favicon
### Authentication
To manage pages you need to authorize (available on `/auth`).