Update README.md
This commit is contained in:
parent
d4ca69fb2b
commit
a011b81cef
26
README.md
26
README.md
@ -31,27 +31,27 @@ You can use nohup too and running it in the background like this
|
|||||||
|
|
||||||
### Server (config/server.py)
|
### Server (config/server.py)
|
||||||
|
|
||||||
tools.sessions.on
|
tools.sessions.on </br>
|
||||||
Default: True
|
Default: True </br>
|
||||||
Description: Enable sessions
|
Description: Enable sessions </br>
|
||||||
|
|
||||||
engine.autoreload.on
|
engine.autoreload.on </br>
|
||||||
Default: False
|
Default: False </br>
|
||||||
Description: Auto Reload when source code change. Don't use it in production.
|
Description: Auto Reload when source code change. Don't use it in production. </br>
|
||||||
|
|
||||||
request.show_tracebacks
|
request.show_tracebacks </br>
|
||||||
Default: False
|
Default: False </br>
|
||||||
Description: Show traceback for debugging in development purposes.
|
Description: Show traceback for debugging in development purposes. </br>
|
||||||
|
|
||||||
### Global Variable (config/globalvar.py)
|
### Global Variable (config/globalvar.py)
|
||||||
|
|
||||||
`directory.py` is the place for storing your Global Variable.
|
`directory.py` is the place for storing your Global Variable.
|
||||||
|
|
||||||
GV_base_url
|
GV_base_url </br>
|
||||||
Is the variable for your base URL (without `/` in the end)
|
Is the variable for your base URL (without `/` in the end).
|
||||||
|
|
||||||
GV_title
|
GV_title </br>
|
||||||
Is the variable for your web title
|
Is the variable for your web title.
|
||||||
|
|
||||||
### Directory (config/directory.py)
|
### Directory (config/directory.py)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user