mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 22:15:23 +02:00
Updated Readme.md
This commit is contained in:
parent
b9e37d4734
commit
39be0816cf
1 changed files with 9 additions and 10 deletions
19
README.md
19
README.md
|
@ -87,17 +87,16 @@ yarn test
|
|||
|
||||
You can configure application using configs in <code>/config</code> directory.
|
||||
|
||||
<code>port</code> - to set port of application
|
||||
| Property | Role |
|
||||
|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| <code>port</code> | to set port of application |
|
||||
| <code>database</code> | to name directory with data |
|
||||
| <code>rcFile</code> | to set destination of codexdocsrc config 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. Server uploads file by url and saves it to temporary directory. And you can get favicon by /favicon route 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
|
||||
You can configure application using configs in <code>/config</code> directory.
|
||||
|
||||
### Authentication
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue