taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit eed4d0f8f1ddcc282eec45e06fba1a937f688d20
parent f04e17f15ae17732148723c1df4d55c52eea7f5c
Author: Antoine A <>
Date:   Fri,  3 Apr 2026 18:25:47 +0200

apns: fix config

Diffstat:
MREADME.md | 1+
Mdebian/etc/taler-apns-relay/taler-apns-relay.conf | 4++--
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -24,6 +24,7 @@ Setup documentation can be found [here](https://docs.taler.net/taler-cyclos-manu - **taler-magnet-bank**: Magnet Bank adapter. - **taler-cyclos**: Cyclos network adapter. +- **taler-apns-relay**: APNs relay - **common**: Rust GNU Taler libraries - **failure-injection**: Test utils to test failures paths - **taler-api**: GNU Taler API implementation diff --git a/debian/etc/taler-apns-relay/taler-apns-relay.conf b/debian/etc/taler-apns-relay/taler-apns-relay.conf @@ -31,4 +31,4 @@ # Paths for the system-wide installation of the Taler APNs relay. Do not remove # or change these unless you are very sure of what you are doing. -APNS_RELAY_HOME = /var/lib/apns-relay -\ No newline at end of file +APNS_RELAY_HOME = /var/lib/taler-apns-relay +\ No newline at end of file