Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
removed some lines due to security
  • Loading branch information
praveenr-CodeCrafter authored Nov 29, 2023
1 parent 923d633 commit a535595
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions takeAwayMenu/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'test',
'NAME': 'xxx',
'HOST': '127.0.0.1',
'PORT': '3306',
'USER': 'root',
'PASSWORD': 'praveen@123',
'PASSWORD': 'xxx@xxx',
}
}

Expand Down Expand Up @@ -142,13 +142,13 @@
EMAIL_HOST = 'smtp-mail.outlook.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'praveenrajamani@outlook.com'
EMAIL_HOST_PASSWORD = 'gvcghmaeyooeimib'
EMAIL_HOST_USER = 'xxx@xxx.com'
EMAIL_HOST_PASSWORD = 'xxxx'

# Image storage

# cloudinary.config(
# cloud_name = "dezsuolj8",
# api_key = "897955427895714",
# api_secret = "S_2xfjyvvhncP63chunUASKZlLI"
# )
# cloud_name = "xxx",
# api_key = "xxx",
# api_secret = "xxx"
# )

0 comments on commit a535595

Please sign in to comment.