add explanation
This commit is contained in:
parent
1a87ac79ee
commit
02c22fba58
1 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# backend
|
||||
|
||||
SECRET_KEY = SECRET_KEY=09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7
|
||||
|
||||
This project requires a `.env` file with the context of:
|
||||
|
||||
```
|
||||
SECRET_KEY=09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7
|
||||
DATABASE_URL=postgresql://postgres_user:postgres_password@localhost:5434/postgres_db
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue