diff --git a/sirest/settings.py b/sirest/settings.py index 2722869896c461acb5f0111c3bf39c756eafe141..6b58847a0421fbf8d540f5fa1ad0ff475ea8fbf3 100644 --- a/sirest/settings.py +++ b/sirest/settings.py @@ -95,9 +95,9 @@ DATABASES = { 'ENGINE': 'django.db.backends.postgresql', 'NAME' : 'railway', 'USER' : 'postgres', - 'PASSWORD' : 'tIDurBDfmgUuD3TOcscW', - 'HOST' : 'containers-us-west-156.railway.app', - 'PORT' : '8035' + 'PASSWORD' : '2fsJCPn53SqthFvo4tLq', + 'HOST' : 'containers-us-west-122.railway.app', + 'PORT' : '7959' }, }