Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbug committed Oct 9, 2016
1 parent 2b455d9 commit 29bfb6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SQLiScanner/settings.py
Expand Up @@ -85,9 +85,9 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'sqliscannerdb',
'USER': 'sqliscanner',
'PASSWORD': 'scanner!@#',
'NAME': '',
'USER': '',
'PASSWORD': '',
'HOST': '127.0.0.1',
'PORT': '5432',
}
Expand Down

0 comments on commit 29bfb6d

Please sign in to comment.