Skip to content

Commit fb55d0c

Browse files
committed
Add: env example
1 parent 29e7a57 commit fb55d0c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEBUG=True
2+
SECRET_KEY="some-secret-key"
3+
DATABASE_URL="postgres://postgres:postgres@postgres:5432/postgres"
4+
ENVIRONMENT="dev"

0 commit comments

Comments
 (0)