This commit is contained in:
pacnpal
2024-10-29 17:22:43 -04:00
parent 7b8ca127a5
commit faca1cf45d
77 changed files with 3 additions and 3 deletions

View File

@@ -89,9 +89,9 @@ DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql', 'ENGINE': 'django.db.backends.postgresql',
'NAME': 'thrillwiki', 'NAME': 'thrillwiki',
'USER': 'postgres', 'USER': 'wiki',
'PASSWORD': 'postgres', 'PASSWORD': 'thrillwiki',
'HOST': 'localhost', 'HOST': '192.168.86.3',
'PORT': '5432', 'PORT': '5432',
} }
} }