From eee9c235171714d4705fe36e0e62c21aad9809b3 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Mon, 2 May 2016 11:56:32 -0300 Subject: [PATCH] WIP63 --- sapl/settings_travis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', } }