summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-11-15 12:41:40 +0100
committerMS <ms@taler.net>2022-11-15 12:41:40 +0100
commit77da058729f010a23e61057c228d9280d6a4aabf (patch)
tree39c1f03f1ab664475c4592096f0f61de3ddd2d44 /buildbot
parent1e205865a7c6679f6ac760103d1a8cbc1e4a9fa9 (diff)
downloaddeployment-77da058729f010a23e61057c228d9280d6a4aabf.tar.gz
deployment-77da058729f010a23e61057c228d9280d6a4aabf.tar.bz2
deployment-77da058729f010a23e61057c228d9280d6a4aabf.zip
syntax
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg23
1 files changed, 12 insertions, 11 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e827faa..a0dcac0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1013,17 +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_EXCHANGE_PORT': 16001
- '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_NEXUS_PORT': 16008
- 'LIBEUFIN_FRONTEND_PORT': 16009
+ 'TALER_DB_PORT': 16010 ,
+ 'TALER_MERCHANT_PORT': 16000 ,
+ 'TALER_EXCHANGE_PORT': 16001,
+ '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_NEXUS_PORT': 16008,
+ 'LIBEUFIN_FRONTEND_PORT': 16009,
+ 'TALER_POS_PORT': 16010,
}
)
)