gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix anastasis.conf


From: gnunet
Subject: [taler-anastasis] branch master updated: fix anastasis.conf
Date: Wed, 18 Nov 2020 18:35:14 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new d83c2aa  fix anastasis.conf
d83c2aa is described below

commit d83c2aaf5af69b2407ebeaa3c84b72fb8170d19e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 18 18:35:11 2020 +0100

    fix anastasis.conf
---
 src/backend/anastasis.conf | 55 ++++------------------------------------------
 1 file changed, 4 insertions(+), 51 deletions(-)

diff --git a/src/backend/anastasis.conf b/src/backend/anastasis.conf
index 1e7ea1c..6c002f8 100644
--- a/src/backend/anastasis.conf
+++ b/src/backend/anastasis.conf
@@ -27,10 +27,10 @@ UNIXPATH_MODE = 660
 DB = postgres
 
 # Annual fee for an account
-ANNUAL_FEE = TESTKUDOS:0.1
+# ANNUAL_FEE = TESTKUDOS:0.1
 
 # Insurance
-INSURANCE = TESTKUDOS:1.0
+# INSURANCE = TESTKUDOS:1.0
 
 # Upload limit per backup, in megabytes
 UPLOAD_LIMIT_MB = 16
@@ -39,60 +39,13 @@ UPLOAD_LIMIT_MB = 16
 FULFILLMENT_URL = taler://fulfillment-success
 
 # Base URL of our payment backend
-PAYMENT_BACKEND_URL = http://localhost:9976/
+# PAYMENT_BACKEND_URL = http://localhost:9976/
 
 # Standard expiration time in microseconds range of truth (2 years)
 TRUTH_EXPIRATION = 63115200000000
 
 # Server salt 16 Byte
-SERVER_SALT = gUfO1KGOKYIFlFQg
+# SERVER_SALT = gUfO1KGOKYIFlFQg
 
 # Supported methods
 SUPPORTED_METHODS = question
-
-# Configuration for postgres database.
-[stasis-postgres]
-CONFIG = postgres:///anastasis
-
-[taler]
-# Currency
-CURRENCY = KUDOS
-
-[exchange]
-# Our public key
-MASTER_PUBLIC_KEY = WEC7J41PBGDN24JTNRVBFXK5JRV6CK9B8YRTWW7QGFH2GERBGH1G
-
-[PATHS]
-# The PATHS section is special, as filenames including $-expression are
-# expanded using the values from PATHS or the system environment (PATHS
-# is checked first).  libgnunetutil supports expanding $-expressions using
-# defaults with the syntax "${VAR:-default}".  Here, "default" can again
-# be a $-expression.
-#
-# We usually want $HOME for $ANASTASIS_HOME
-#
-ANASTASIS_HOME = ${HOME:-${USERPROFILE}}
-
-# see XDG Base Directory Specification at
-# http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
-# for how these should be used.
-
-# Persistent data storage
-ANASTASIS_DATA_HOME = ${XDG_DATA_HOME:-$ANASTASIS_HOME/.local/share}/ANASTASIS/
-
-# Configuration files
-ANASTASIS_CONFIG_HOME = ${XDG_CONFIG_HOME:-$ANASTASIS_HOME/.config}/ANASTASIS/
-
-# Cached data, no big deal if lost
-ANASTASIS_CACHE_HOME = ${XDG_CACHE_HOME:-$ANASTASIS_HOME/.cache}/ANASTASIS/
-
-# Runtime data (i.e UNIX domain sockets, locks, always lost on system boot)
-ANASTASIS_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/ANASTASIS-runtime/
-
-# Directory to use for temporary files.
-ANASTASIS_TMP = ${TMPDIR:-${TMP:-/tmp}}/ANASTASIS/
-
-# DEFAULTCONFIG = /etc/ANASTASIS.conf
-# If 'DEFAULTCONFIG' is not defined, the current
-# configuration file is assumed to be the default,
-# which is what we want by default...

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