feat: Add .env.example file for database configuration

This commit is contained in:
Lord_Devi 2024-09-16 21:26:52 -04:00
parent 8b75babda1
commit 9cdb39d604

3
.env.example Normal file
View file

@ -0,0 +1,3 @@
DEBUG=True
SECRET_KEY=your-secret-key-here
DATABASE_URL=postgres://user:password@host:port/dbname