Merge pull request 'chore(config): update ALLOWED_HOSTS with new sslip.io domain' (#17) from feature/meetings into main
Reviewed-on: https://gitea.blackbusinesslabs.com/ATTUNE-HEART-THERAPY/alternative-backend-service/pulls/17
This commit is contained in:
commit
4bdfbcc089
@ -12,10 +12,8 @@ SECRET_KEY = os.getenv('JWT_SECRET', 'django-insecure-fallback-secret-key')
|
||||
DEBUG = os.getenv('DEBUG', 'False').lower() == 'true'
|
||||
|
||||
ALLOWED_HOSTS = [
|
||||
'bocwoswwgks0gc8c84sgwkso.72.61.138.80.sslip.io',
|
||||
'72.61.138.80',
|
||||
'http://r0g84wkoc4cwoo0gckss88ow.72.61.138.80.sslip.io',
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user