Skip to content

Commit

Permalink
Updated URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Guhan-SenSam committed Mar 4, 2024
1 parent 37ab3de commit 5b5365e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ node_modules/

#whoosh folder
whoosh_index/
temp.html
6 changes: 3 additions & 3 deletions horilla/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
"*"
Expand Down Expand Up @@ -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/",
Expand Down

0 comments on commit 5b5365e

Please sign in to comment.