This commit is contained in:
Alicja Kupczyk 2021-01-10 14:26:07 +01:00
parent d700310352
commit 49f93ed3bd
2 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ WSGI_APPLICATION = 'SocialHelper.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'socialhelperdb2',
'NAME': 'socialhelperdb',
'USER': 'postgres',
'PASSWORD': 'admin',
'HOST': 'localhost'