diff --git a/features/environment.py b/features/environment.py index a6b2759d..dc74dd8a 100644 --- a/features/environment.py +++ b/features/environment.py @@ -84,7 +84,7 @@ class AbstractController(object): class PatroniController(AbstractController): - __PORT = 5440 + __PORT = 5360 PATRONI_CONFIG = '{}.yml' """ starts and stops individual patronis"""