diff --git a/sapl/settings_travis.py b/sapl/settings_travis.py index 13d5214c8..11f4d8f6a 100644 --- a/sapl/settings_travis.py +++ b/sapl/settings_travis.py @@ -109,7 +109,7 @@ DATABASES = { 'USER': 'sapl', 'PASSWORD': '', 'HOST': 'localhost', - 'PORT': '5432', + 'PORT': '5466', } }