taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 4d1043a5db03508b3dacd09bdf72a51c9c4354f6
parent b1a09fc5989eb81c695485a404ff4dcb148f47d1
Author: MS <ms@taler.net>
Date:   Tue, 15 Nov 2022 21:45:28 +0100

port conflict

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1013,7 +1013,7 @@ BUILD_FACTORY.addStep( env={ 'BRANCH': util.Property("branch"), # Nginx should reverse proxy to these ports. - 'TALER_DB_PORT': "16010", + 'TALER_DB_PORT': "16011", 'TALER_MERCHANT_PORT': "16000", 'TALER_EXCHANGE_PORT': "16001", 'TALER_BLOG_PORT': "16002",