django-musician/.env.example

5 lines
143 B
Plaintext
Raw Permalink Normal View History

2019-10-10 07:18:34 +00:00
SECRET_KEY='$omeR@nd0mSecr3tKeyWith4V3ryL0ng$tring!?'
DEBUG=True
ALLOWED_HOSTS=.localhost,127.0.0.1
API_BASE_URL = 'https://api.examplea.org/'