patroni/debian/patches/acceptance_tests_postgres_port.patch
2019-01-26 21:17:04 +01:00

12 lines
325 B
Diff

--- ./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 = 5340
PATRONI_CONFIG = '{}.yml'
""" starts and stops individual patronis"""