CSRF secret key bugfix, updated deps, compose yml: removed start_period key

This commit is contained in:
DarkCat09 2023-03-09 17:11:18 +04:00
parent 8b61a6bf8d
commit 856241e58d
5 changed files with 6 additions and 10 deletions

View file

@ -1,7 +1,5 @@
DEBUG=true
SESSION_KEY=debug
CSRF_KEY=debug
SECRET_KEY=debug
APP_HOST=127.0.0.1
APP_PORT=8000