Bugfix in .env (DB_HOST, caused by renaming in compose.yml, see prev commits), explanation about keys and passwords

This commit is contained in:
DarkCat09 2023-03-24 20:12:27 +04:00
parent 4eb0203b2d
commit 58fac81dd9
4 changed files with 19 additions and 11 deletions

View file

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