5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
SECRET_KEY='$omeR@nd0mSecr3tKeyWith4V3ryL0ng$tring!?'
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=.localhost,127.0.0.1
|
|
API_BASE_URL = 'https://api.examplea.org/'
|