gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: hints


From: gnunet
Subject: [taler-deployment] branch master updated: hints
Date: Wed, 16 Nov 2022 12:42:37 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2172b94  hints
2172b94 is described below

commit 2172b9426096a0e6f49a91357a183dbeb5d8a397
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 16 12:42:30 2022 +0100

    hints
---
 docker/demo/images/libeufin/nginx.conf | 1 +
 docker/demo/images/libeufin/startup.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docker/demo/images/libeufin/nginx.conf 
b/docker/demo/images/libeufin/nginx.conf
index d5436f5..42c7940 100644
--- a/docker/demo/images/libeufin/nginx.conf
+++ b/docker/demo/images/libeufin/nginx.conf
@@ -9,6 +9,7 @@ http {
     listen [::]:80;
     location / {
       root /usr/local/share/taler/demobank-ui;
+      # Serve demobank-ui-settings.js here.
     }
   }
 }
diff --git a/docker/demo/images/libeufin/startup.sh 
b/docker/demo/images/libeufin/startup.sh
index f1eab38..bd89d8e 100644
--- a/docker/demo/images/libeufin/startup.sh
+++ b/docker/demo/images/libeufin/startup.sh
@@ -169,6 +169,7 @@ test -a $INIT_MARKER || libeufin-cli facades \
   talerconn $NEXUS_IMPORTED_BANKACCOUNT
 echo DONE
 # starting the SPA
+echo "INFO: SPA custom values (demobank-ui-settings.js) not configured."
 nginx -c /nginx.conf 2>&1 | rotatelogs -e /logs/bank-ui-%Y-%m-%d 86400 &
 touch $INIT_MARKER
 

-- 
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]