Skip to content

Commit 6a45fe8

Browse files
committed
removed password
1 parent daa2a42 commit 6a45fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings/testing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
'default': {
99
'ENGINE': 'django.db.backends.postgresql_psycopg2',
1010
'NAME': "wye",
11-
'USER': "postgres",
12-
'PASSWORD': "postgres",
11+
'USER': "",
12+
'PASSWORD': "",
1313
'HOST': "localhost",
1414
'PORT': "5432",
1515
}

0 commit comments

Comments
 (0)