fix: allow all hosts to resolve kube-probe 400 error
Build & Push Docker Image (Backend) / build (push) Has been cancelled
Build & Push Docker Image (Backend) / build (push) Has been cancelled
This commit is contained in:
+1
-5
@@ -28,11 +28,7 @@ SECRET_KEY = os.environ.get("SECRET_KEY", "unsafe-dev-secret")
|
||||
DEBUG = False
|
||||
|
||||
# อนุญาตให้ Domain ใหม่เข้าถึง Application ได้
|
||||
ALLOWED_HOSTS = [
|
||||
"lms-admin.panmodel.com",
|
||||
"api.panmodel.com",
|
||||
"127.0.0.1",
|
||||
]
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
# Application definition
|
||||
INSTALLED_APPS = [
|
||||
|
||||
Reference in New Issue
Block a user