Update README.md

This commit is contained in:
Dita Aji Pratama 2022-03-16 11:12:43 +07:00 committed by GitHub
parent d4ca69fb2b
commit a011b81cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)