commit 52d1634f5e8617b67a7ef4f302f22369490f030c parent 63c9db3a2b8664502039de9d3a71053523817628 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sun, 22 Mar 2026 08:04:11 +0100 uppercase config values in example Diffstat:
| M | taler-mailbox.conf.example | | | 18 | ++++++++++-------- |
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/taler-mailbox.conf.example b/taler-mailbox.conf.example @@ -1,11 +1,13 @@ [mailbox] -bind_to = localhost:11000 -base_url = https://example.com -message_body_bytes = 256 -message_response_limit = 50 -monthly_fee = KUDOS:0 -message_fee = KUDOS:0 -free_message_quota = 0 +BIND_TO = localhost:11000 +BASE_URL = https://example.com +MESSAGE_BODY_BYTES = 256 +MESSAGE_RESPONSE_LIMIT = 50 +MONTHLY_FEE = KUDOS:0 +MESSAGE_FEE = KUDOS:0 +FREE_MESSAGE_QUOTA = 0 +REGISTRATION_UPDATE_FEE = KUDOS:0 +PENDING_REGISTRATION_EXPIRATION = 24h [mailbox-pq] -connection_string = postgres:///taler-mailbox?host=/var/run/postgresql +CONNECTION_STRING = postgres:///taler-mailbox?host=/var/run/postgresql