gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 07/73: update doc in default env


From: gnunet
Subject: [taler-grid5k] 07/73: update doc in default env
Date: Tue, 14 Dec 2021 15:09:49 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 720427ed971b343fdf8a8db51f3be1112a6f79fd
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Nov 25 10:11:30 2021 +0100

    update doc in default env
---
 experiment/env | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/experiment/env b/experiment/env
index c461e81..04fae1a 100644
--- a/experiment/env
+++ b/experiment/env
@@ -1,13 +1,19 @@
 # Important node names, DO NOT Adjust unless you know
 # what you are doing, it most certain needs adjustings 
-# in run.sh and other scripts.
+# in run.sh and other scripts since variable names depend on it.
 NODES="Bank DB DNS Exchange Merchant Monitor Proxy"
 
+# DNS Zone to setup inside the grid for the experiment
 DNS_ZONE=perf.taler
+
+# Where this repository is located inside the image
+# Should not need to be changed unless the image itself was adjusted
 G5K_HOME=/root/taler/grid5k
 
 # Domain names for the hosts inside the grid.
-# They most certainly do not need to be adjusted.
+# The most certainly do not need to be adjusted.
+# If you do anyway make sure the wallets contain a wildcard (*)
+# Otherwise the experiment will not work
     BANK_DOMAIN=bank.${DNS_ZONE}
 DATABASE_DOMAIN=db.${DNS_ZONE}
      DNS_DOMAIN=ns1.${DNS_ZONE}
@@ -37,7 +43,8 @@ LOKI_G5K_PROXY_PORT=http
 # Exchange database configuration
 DB_NAME=taler-exchange
 DB_USER=taler
-DB_PASSWORD=
+# Database password
+DB_PASSWORD=taler
 
 # Initial number of wallets to start in parallel per host.
 # This is a bulk size with default = 10

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]