From a011b81ceff99fbb659b8dc85a2dcbfe749e14b6 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Wed, 16 Mar 2022 11:12:43 +0700 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fc9289c..20118df 100644 --- a/README.md +++ b/README.md @@ -31,27 +31,27 @@ You can use nohup too and running it in the background like this ### Server (config/server.py) -tools.sessions.on -Default: True -Description: Enable sessions +tools.sessions.on
+Default: True
+Description: Enable sessions
-engine.autoreload.on -Default: False -Description: Auto Reload when source code change. Don't use it in production. +engine.autoreload.on
+Default: False
+Description: Auto Reload when source code change. Don't use it in production.
-request.show_tracebacks -Default: False -Description: Show traceback for debugging in development purposes. +request.show_tracebacks
+Default: False
+Description: Show traceback for debugging in development purposes.
### Global Variable (config/globalvar.py) `directory.py` is the place for storing your Global Variable. -GV_base_url -Is the variable for your base URL (without `/` in the end) +GV_base_url
+Is the variable for your base URL (without `/` in the end). -GV_title -Is the variable for your web title +GV_title
+Is the variable for your web title. ### Directory (config/directory.py)