mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 06:11:07 -05:00
ok
This commit is contained in:
@@ -89,9 +89,9 @@ DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'thrillwiki',
|
||||
'USER': 'postgres',
|
||||
'PASSWORD': 'postgres',
|
||||
'HOST': 'localhost',
|
||||
'USER': 'wiki',
|
||||
'PASSWORD': 'thrillwiki',
|
||||
'HOST': '192.168.86.3',
|
||||
'PORT': '5432',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user