summaryrefslogtreecommitdiff
path: root/debian/etc/anastasis/anastasis.conf
blob: 9b8575481b33308ea4488706dacd7d3495842831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[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'. Make a backup of the value.
#SERVER_SALT = ""

# How high is the per key share insurance offered
# by your business?
#INSURANCE = KUDOS:0

[anastasis-merchant-backend]

# Point to your Taler merchant backend for processing payments
# (and usually you should use https!)
# Make sure the backend offers the same currency that you
# configured above!
PAYMENT_BACKEND_URL = http://backend.demo.taler.net/instances/Tutorial/



[taler]
# Currency accepted by GNU Anastasis via GNU Taler payments.
CURRENCY = KUDOS

[paths]

ANASTASIS_HOME = /var/lib/anastasis
ANASTASIS_RUNTIME_DIR = /run/anastasis
ANASTASIS_CACHE_HOME = /var/cache/anastasis
ANASTASIS_CONFIG_HOME = /etc/anastasis
ANASTASIS_DATA_HOME = /var/lib/anastasis

@inline-secret@ stasis-postgres secrets/anastasis-db.secret.conf

# Configuration overrides set by tooling
@inline@ override.conf