Skip to content

Commit face903

Browse files
authored
Create env.example
1 parent 9a46702 commit face903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# .env.example
2+
DEBUG=True
3+
SECRET_KEY=your_secret_key_for_testing
4+
DATABASE_URL=postgres://postgres:postgres@localhost:5432/testdb

0 commit comments

Comments
 (0)