Skip to content

Commit

Permalink
azure run debuging 1
Browse files Browse the repository at this point in the history
  • Loading branch information
supsa-ak committed Jan 12, 2022
1 parent 1794b7c commit 852963b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BudMan/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
SECRET_KEY = 'django-insecure-*(#x82u)6i))!q(zfv=*v3+0=9&en+51(1i37rc=_0@6&-+&w7'

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

ALLOWED_HOSTS = ['127.0.0.1', 'budman.azurewebsites.net']

Expand Down Expand Up @@ -80,7 +80,7 @@
'default': {
'ENGINE': 'djongo',
'NAME': 'BudMan',
'ENFORCE_SCHEMA': False,
'ENFORCE_SCHEMA': True,
'CLIENT': {
'host': "mongodb+srv://sak:[email protected]/myFirstDatabase?retryWrites=true&w=majority",
}
Expand Down

0 comments on commit 852963b

Please sign in to comment.