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:
parent
aab5d65481
commit
b9e37d4734
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -83,6 +83,22 @@ yarn lint
|
||||||
yarn test
|
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
|
### Authentication
|
||||||
|
|
||||||
To manage pages you need to authorize (available on `/auth`).
|
To manage pages you need to authorize (available on `/auth`).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue