feat: add initial django scouting domain models baseline
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@ -0,0 +1,8 @@
|
||||
DJANGO_SECRET_KEY=dev-only-change-me
|
||||
DJANGO_DEBUG=1
|
||||
DJANGO_ALLOWED_HOSTS=*
|
||||
POSTGRES_DB=hoopscout
|
||||
POSTGRES_USER=hoopscout
|
||||
POSTGRES_PASSWORD=hoopscout
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_PORT=5432
|
||||
Reference in New Issue
Block a user