Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Add an example .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
eljamm committed Nov 13, 2023
1 parent 8d216c5 commit 6be9e7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SECRET_KEY='SUPER-SECRET-KEY'

DEBUG=True
PORT=8000

POSTGRES_DB='postgres'
POSTGRES_PASSWORD='postgres'
POSTGRES_USER='postgres'

ALLOWED_HOSTS="localhost 192.168.1.11"

0 comments on commit 6be9e7c

Please sign in to comment.