Compare commits
No commits in common. "4bdfbcc089bd72b76a410793af7ca5b8a28e8958" and "f6218831467d6f4a335e964657a057033895e44c" have entirely different histories.
4bdfbcc089
...
f621883146
@ -12,8 +12,10 @@ SECRET_KEY = os.getenv('JWT_SECRET', 'django-insecure-fallback-secret-key')
|
||||
DEBUG = os.getenv('DEBUG', 'False').lower() == 'true'
|
||||
|
||||
ALLOWED_HOSTS = [
|
||||
'http://r0g84wkoc4cwoo0gckss88ow.72.61.138.80.sslip.io',
|
||||
'bocwoswwgks0gc8c84sgwkso.72.61.138.80.sslip.io',
|
||||
'72.61.138.80',
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user