Skip to content

Commit

Permalink
Added django allowed hosts to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKreuzberger committed Jan 4, 2020
1 parent 3ec6ed0 commit 68d0ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ DATABASE_USER=tempberry
DATABASE_PASSWORD=tempberry
DATABASE_NAME=tempberry
CACHE_URL=rediscache://redis:6379/
DJANGO_ALLOWED_HOSTS=backend.tempberry.local
UID=1000
GID=1000

0 comments on commit 68d0ee6

Please sign in to comment.