diff options
author | Florian Dold <florian@dold.me> | 2024-11-26 22:26:28 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-11-26 22:26:28 +0100 |
commit | 4fa7e20287d3fdb6c1192f020ba81b2390f8c828 (patch) | |
tree | 4be170a192d01596dffcf2481d588606936d6af3 | |
parent | 4a6a7f66b791931f405be2c616ca9d316b9773ee (diff) |
debian: rm config files not needed by auditorv0.14.1-dev.8
4 files changed, 0 insertions, 94 deletions
diff --git a/debian/etc-taler-auditor/taler-auditor/conf.d/.gitkeep b/debian/etc-taler-auditor/taler-auditor/conf.d/.gitkeep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/debian/etc-taler-auditor/taler-auditor/conf.d/.gitkeep diff --git a/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-business.conf b/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-business.conf deleted file mode 100644 index c48cb5c96..000000000 --- a/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-business.conf +++ /dev/null @@ -1,47 +0,0 @@ -# Configuration for business-level aspects of the exchange. - -[exchange] - -# Here you MUST add the master public key of the offline system -# which you can get using `taler-exchange-offline setup`. -# This is just an example, your key will be different! -# MASTER_PUBLIC_KEY = YE6Q6TR1EDB7FD0S68TGDZGF1P0GHJD2S0XVV8R2S62MYJ6HJ4ZG -# MASTER_PUBLIC_KEY = - -# Publicly visible base URL of the exchange. -# BASE_URL = https://example.com/ -# 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 -# an Etag that must be updated whenever there are significant -# changes to either document. The format is up to you, what matters -# is that the value is updated and never re-used. See the HTTP -# specification on Etags. -# TERMS_ETAG = -# PRIVACY_ETAG = - -# Bank accounts used by the exchange should be specified here: -[exchange-account-1] - -ENABLE_CREDIT = NO -ENABLE_DEBIT = NO - -# Account identifier in the form of an RFC-8905 payto:// URI. -# For SEPA, looks like payto://sepa/$IBAN?receiver-name=$NAME -# Make sure to URL-encode spaces in $NAME! -PAYTO_URI = - -# Credentials to access the account are in a separate -# config file with restricted permissions. -@inline-secret@ exchange-accountcredentials-1 ../secrets/exchange-accountcredentials-1.secret.conf - - - diff --git a/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-coins.conf b/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-coins.conf deleted file mode 100644 index 8294525cb..000000000 --- a/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-coins.conf +++ /dev/null @@ -1,33 +0,0 @@ -# -# This configuration file specifies the various denominations offered by your -# exchange. -# -# Each denomination must be specified in a sections starting with -# "coin_". -# -# What follows is an example. -# - -# [coin_FOO] -## Actual value of the coin -#VALUE = KUDOS:1 - -## How long will one key be used for withdrawals? -#DURATION_WITHDRAW = 7 days - -## How long do users have to spend their coins? -#DURATION_SPEND = 2 years - -## How long does the exchange keep the proofs around for legal disputes? -#DURATION_LEGAL = 6 years - -## Fees charged. Note that for the lowest denomination, the -## fee must precisely be the lowest denomination, or zero. -#FEE_WITHDRAW = KUDOS:0 -#FEE_DEPOSIT = KUDOS:0 -#FEE_REFRESH = KUDOS:0 -#FEE_REFUND = KUDOS:0 - -## How long should the RSA keys be. Do not change unless you really know -## what you are doing (consult your local cryptographer first!). -#RSA_KEYSIZE = 2048 diff --git a/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-system.conf b/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-system.conf deleted file mode 100644 index af37f1913..000000000 --- a/debian/etc-taler-auditor/taler-auditor/conf.d/exchange-system.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration settings for system parameters of the exchange. - -# Read secret sections into configuration, but only -# if we have permission to do so. -@inline-secret@ exchangedb-postgres ../secrets/exchange-db.secret.conf - -[exchange] - -# Only supported database is Postgres right now. -DATABASE = postgres - -SERVE = unix -UNIXPATH_MODE = 666 - |