Compare commits

..

No commits in common. "4bdfbcc089bd72b76a410793af7ca5b8a28e8958" and "f6218831467d6f4a335e964657a057033895e44c" have entirely different histories.

View File

@ -12,8 +12,10 @@ SECRET_KEY = os.getenv('JWT_SECRET', 'django-insecure-fallback-secret-key')
DEBUG = os.getenv('DEBUG', 'False').lower() == 'true' DEBUG = os.getenv('DEBUG', 'False').lower() == 'true'
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
'http://r0g84wkoc4cwoo0gckss88ow.72.61.138.80.sslip.io', 'bocwoswwgks0gc8c84sgwkso.72.61.138.80.sslip.io',
'72.61.138.80',
'localhost', 'localhost',
'127.0.0.1',
] ]