taler-deployment

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

commit 56eda3dadba7e5948766ceafee71a7a5c13afe21
parent e1f165fce88111bf2dba0af2d77af5f2a86e7123
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  1 Nov 2019 12:40:48 +0100

envcfg template

Diffstat:
Aenvcfg.py.template | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/envcfg.py.template b/envcfg.py.template @@ -0,0 +1,16 @@ +# Name of the environment (test, demo, int, ...) +env = "..." + +tag = "master" + +tag_gnunet = tag +tag_libmicrohttpd = tag +tag_exchange = tag +tag_merchant = tag +tag_bank = tag +tag_twister = tag +tag_landing = tag +tag_donations = tag +tag_blog = tag +tag_survey = tag +tag_backoffice = tag