Skip to content

Commit

Permalink
remove sid and auth and urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sail338 committed Jul 12, 2018
1 parent 24584d4 commit c3f4e1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion garfield/garfield/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'CHANGE ME'
SID= 'TWILIO SID'
AUTH= 'TWILIO AUTH'

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

ALLOWED_HOSTS = ['30a7dfe9.ngrok.io','tunnel.brooklynhacker.com', 'localhost', '127.0.0.1']
ALLOWED_HOSTS = ['tunnel.brooklynhacker.com']


# Application definition
Expand Down

0 comments on commit c3f4e1c

Please sign in to comment.