commit 2dee8ab6a44054571663618dbe7b8515a193a374 parent 6f9210bdb47821a96bd9591da19d4851a06f56e9 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 11 May 2025 22:23:47 +0200 remove test config options for production Diffstat:
| M | roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | | | 33 | --------------------------------- |
| M | setup-pixel-borg.sh | | | 2 | +- |
2 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf b/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf @@ -420,39 +420,6 @@ COMMAND = taler-exchange-helper-measure-tops-3rdparty-check ENABLED = YES FALLBACK = freeze-investigate -# ------------------ -# Config for testing - -# Note: For *testing* KYC processes. -[kyc-rule-balance-testing-limit1] -OPERATION_TYPE = BALANCE -NEXT_MEASURES = sms-registration -EXPOSED = YES -ENABLED = YES -THRESHOLD = CHF:1 -TIMEFRAME = "1 days" - -# Note: For *testing* KYC processes. -[kyc-rule-balance-testing-limit5] -OPERATION_TYPE = BALANCE -NEXT_MEASURES = kyx -EXPOSED = YES -ENABLED = YES -THRESHOLD = CHF:5 -TIMEFRAME = "1 days" - -# Note: For *testing* KYC processes. -[kyc-rule-balance-testing-limit10] -OPERATION_TYPE = BALANCE -NEXT_MEASURES = sms-registration postal-registration -EXPOSED = YES -ENABLED = YES -THRESHOLD = CHF:10 -TIMEFRAME = "1 days" - - -# ------------------------------------------ -# FIXME: Do we really need the config below? ########### # GLS Forms diff --git a/setup-pixel-borg.sh b/setup-pixel-borg.sh @@ -12,7 +12,7 @@ ansible-playbook \ --inventory inventories/default \ --limit "${1:-spec}" \ --user root \ - playbooks/pixel_borg.yml + playbooks/pixel-borg.yml mv borg-repokey/*/home/borg/borg-repo.key . rm -rf borg-repokey/ echo "Make sure to back up the borg-repo.key to admin-log/pixel/borg-repo.key"