diff --git a/.gitignore b/.gitignore index 3708fc0b5..c71ad10c1 100755 --- a/.gitignore +++ b/.gitignore @@ -142,3 +142,4 @@ node_modules/ #whoosh folder whoosh_index/ +temp.html diff --git a/horilla/settings.py b/horilla/settings.py index 36aec4797..9f4b6569c 100755 --- a/horilla/settings.py +++ b/horilla/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-j8op9)1q8$1&0^s&p*_0%d#pr@w9qj@1o=3#@d=a(^@9@zd@%j' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [ "*" @@ -191,8 +191,8 @@ CSRF_TRUSTED_ORIGINS = [ - "https://emp.oxlac.com", - "http://emp.oxlac.com", + "https://employee.oxlac.com", + "http://employee.oxlac.com", 'http://localhost:8000', "http://13.235.248.150:8000/", "https://13.235.248.150:8000/",