|
|
|
@ -85,7 +85,7 @@ DATABASES = { |
|
|
|
'ENGINE': 'django.db.backends.postgresql', |
|
|
|
'ENGINE': 'django.db.backends.postgresql', |
|
|
|
'NAME': 'stax_rumble', |
|
|
|
'NAME': 'stax_rumble', |
|
|
|
'USER': 'stax', |
|
|
|
'USER': 'stax', |
|
|
|
'PASSWORD': 'StaxKikoo12', |
|
|
|
'PASSWORD': 'staxkikoo', |
|
|
|
'HOST': 'postgresql-stax.alwaysdata.net', |
|
|
|
'HOST': 'postgresql-stax.alwaysdata.net', |
|
|
|
# 'PORT': '5432', |
|
|
|
# 'PORT': '5432', |
|
|
|
} |
|
|
|
} |
|
|
|
|