Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions WhatsappBOT/WhatsappBOT/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-=r$=iavk&j$bwp33z^!^px=y@fuxkt2n!w8+41)d@hhlk##s(q'
SECRET_KEY = '*********************************'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['https://c2a8-2a09-bac1-36c0-5f70-00-ca-81.in.ngrok.io',
'http://127.0.0.1:8000/','localhost','127.0.0.1','82bf-2a09-bac1-36c0-5f70-00-ca-81.in.ngrok.io']
ALLOWED_HOSTS = ['localhost']


# Application definition
Expand Down
2 changes: 1 addition & 1 deletion WhatsappBOT/bot/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


from googleapiclient.discovery import build
api_key="AIzaSyDsodmmoqOzxcaOpfHB2yaV2SVwgpmdzLA" #google custom search api key
api_key="********************************" #google custom search api key



Expand Down