removed ip from allowed h.
This commit is contained in:
@@ -7,7 +7,7 @@ load_dotenv()
|
||||
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['18.196.202.28','www.saburly.com','saburly.com']
|
||||
ALLOWED_HOSTS = ['www.saburly.com','saburly.com']
|
||||
|
||||
SECRET_KEY = os.getenv('SECRET_KEY')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user