expand configuration options in Debian package
This commit is contained in:
parent
ef2059c9df
commit
29694be4b1
@ -12,6 +12,14 @@
|
|||||||
# BASE_URL = https://example.com/
|
# BASE_URL = https://example.com/
|
||||||
# BASE_URL =
|
# BASE_URL =
|
||||||
|
|
||||||
|
# Here you MUST configure the amount above which transactions are
|
||||||
|
# always subject to manual AML review.
|
||||||
|
# AML_THRESHOLD =
|
||||||
|
|
||||||
|
# Attribute encryption key for storing attributes encrypted
|
||||||
|
# in the database. Should be a high-entropy nonce.
|
||||||
|
ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE
|
||||||
|
|
||||||
# For your terms of service and privacy policy, you should specify
|
# For your terms of service and privacy policy, you should specify
|
||||||
# an Etag that must be updated whenever there are significant
|
# an Etag that must be updated whenever there are significant
|
||||||
# changes to either document. The format is up to you, what matters
|
# changes to either document. The format is up to you, what matters
|
||||||
@ -26,14 +34,17 @@ UNIXPATH_MODE = 666
|
|||||||
# Bank accounts used by the exchange should be specified here:
|
# Bank accounts used by the exchange should be specified here:
|
||||||
[exchange-account-1]
|
[exchange-account-1]
|
||||||
|
|
||||||
enable_credit = no
|
ENABLE_CREDIT = NO
|
||||||
enable_debit = no
|
ENABLE_DEBIT = NO
|
||||||
|
|
||||||
# Account identifier in the form of an RFC-8905 payto:// URI.
|
# Account identifier in the form of an RFC-8905 payto:// URI.
|
||||||
# For SEPA, looks like payto://sepa/$IBAN?receiver-name=$NAME
|
# For SEPA, looks like payto://sepa/$IBAN?receiver-name=$NAME
|
||||||
# Make sure to URL-encode spaces in $NAME!
|
# Make sure to URL-encode spaces in $NAME!
|
||||||
payto_uri =
|
PAYTO_URI =
|
||||||
|
|
||||||
# Credentials to access the account are in a separate
|
# Credentials to access the account are in a separate
|
||||||
# config file with restricted permissions.
|
# config file with restricted permissions.
|
||||||
@inline-secret@ exchange-accountcredentials-1 ../secrets/exchange-accountcredentials-1.secret.conf
|
@inline-secret@ exchange-accountcredentials-1 ../secrets/exchange-accountcredentials-1.secret.conf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,3 +8,6 @@
|
|||||||
|
|
||||||
# Only supported database is Postgres right now.
|
# Only supported database is Postgres right now.
|
||||||
DATABASE = postgres
|
DATABASE = postgres
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user