patroni/debian/patches/acceptance_tests_postgres_port.patch

12 lines
325 B
Diff
Raw Normal View History

--- ./features/environment.py.orig 2019-01-26 17:56:16.036042086 +0100
+++ ./features/environment.py 2019-01-26 17:57:01.007847933 +0100
@@ -83,7 +83,7 @@
class PatroniController(AbstractController):
- __PORT = 5440
+ __PORT = 5420
PATRONI_CONFIG = '{}.yml'
""" starts and stops individual patronis"""