commit c99332d6ba7ddd4ea8e5d620078b9a23ca8675d0
parent 77da058729f010a23e61057c228d9280d6a4aabf
Author: MS <ms@taler.net>
Date: Tue, 15 Nov 2022 13:05:56 +0100
syntax
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1013,18 +1013,18 @@ BUILD_FACTORY.addStep(
env={
'BRANCH': util.Property("branch"),
# Nginx should reverse proxy to these ports.
- 'TALER_DB_PORT': 16010 ,
- 'TALER_MERCHANT_PORT': 16000 ,
+ 'TALER_DB_PORT': 16010,
+ 'TALER_MERCHANT_PORT': 16000,
'TALER_EXCHANGE_PORT': 16001,
- 'TALER_BLOG_PORT': 16002 ,
+ 'TALER_BLOG_PORT': 16002,
'TALER_DONATIONS_PORT': 16003,
'TALER_SURVEY_PORT': 16004,
'TALER_LANDING_PORT': 16005,
'TALER_SYNC_PORT': 16006,
- 'LIBEUFIN_SANDBOX_PORT': 16007 ,
+ 'LIBEUFIN_SANDBOX_PORT': 16007,
'LIBEUFIN_NEXUS_PORT': 16008,
'LIBEUFIN_FRONTEND_PORT': 16009,
- 'TALER_POS_PORT': 16010,
+ 'TALER_POS_PORT': 16010
}
)
)