Bugfix in .env (DB_HOST, caused by renaming in compose.yml, see prev commits), explanation about keys and passwords
This commit is contained in:
parent
4eb0203b2d
commit
58fac81dd9
4 changed files with 19 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
DEBUG=true
|
||||
SECRET_KEY=debug
|
||||
SESSION_KEY=debug
|
||||
CSRF_KEY=debug
|
||||
|
||||
APP_HOST=127.0.0.1
|
||||
APP_PORT=8000
|
||||
|
|
Loading…
Add table
Reference in a new issue