Implement #11 mhu/11-add-docker-compose-setup: Add compose setup #12
@ -18,7 +18,7 @@ PORT=8000
|
||||
# Secret Key. Must be edited before deployment
|
||||
DJANGO_SECRET_KEY=534hj5jgh4365ghj35jgh245jgh24
|
||||
|
||||
# Allowed host be be accessed. Currently it is only possible to specify a single URL
|
||||
# Allowed host to be accessed. Currently it is only possible to specify a single URL
|
||||
mhu marked this conversation as resolved
Outdated
|
||||
DJANGO_ALLOWED_HOST=lab.example.com
|
||||
|
||||
# Media URL for images and other content
|
||||
|
Loading…
Reference in New Issue
Block a user
*to be accessed
...on the other hand this is a list in Django - not really necessary, but consider changing to a list seperated by semicoli
on the other hand - all other urls are only single ones - so just ignore my comment ;)