feat: Add .env.example file for database configuration
This commit is contained in:
parent
8b75babda1
commit
9cdb39d604
3
.env.example
Normal file
3
.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DEBUG=True
|
||||
SECRET_KEY=your-secret-key-here
|
||||
DATABASE_URL=postgres://user:password@host:port/dbname
|
||||
Loading…
Reference in a new issue