From c3a1a4ecbea0c8df729b7a29da5d31c1f9dab9c9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 1 Sep 2021 00:59:34 +0200 Subject: separate DB creation from plugin loading; fix misc. Debian package issues --- debian/etc/anastasis/anastasis.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'debian/etc/anastasis') diff --git a/debian/etc/anastasis/anastasis.conf b/debian/etc/anastasis/anastasis.conf index e662a43..4d0deda 100644 --- a/debian/etc/anastasis/anastasis.conf +++ b/debian/etc/anastasis/anastasis.conf @@ -1,5 +1,26 @@ [anastasis] DATABASE = postgres +SERVE = unix + +# You must set each of the following options +# before starting anastasis-httpd! +# +# Storage fee for policies (per year) +#ANNUAL_FEE = KUDOS:0 +# +# Storage fee for truth +#TRUTH_UPLOAD_FEE = KUDOS:0 + +# Name of your business +#BUSINESS_NAME = "" + +# Random server salt. Use output of 'uuidgen' +#SERVER_SALT = "" + +# How high is the per key share insurance offered +# by your business? +#INSURANCE = KUDOS:0 + [taler] # Currency accepted by anastasis via GNU Taler payments. -- cgit v1.2.3