From 3698d46649a92f07b34716ee301edb3b6829f9c5 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 27 Feb 2023 18:51:08 +0400 Subject: [PATCH] Readme: updated info about debug env --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2294689..5cf118c 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,9 @@ Make commands: #### The main config loaded by `app/common.py`: - `templates_dir`, `static_dir` contain the paths to templates and static files directories correspondingly - - `debug_env` is a path to `.env_debug` - - `is_debug` is True when DEBUG env variable is set, - and then `.env_debug` is loaded automatically - `settings` (pydantic.BaseSettings): + - `debug` means the application is running + in a development environment - `session_key`, `csrf_key` are secret keys for WTForms CSRF protection; generated with secrets.token_urlsafe