basic static files w/ crunch

This commit is contained in:
Swrup 2025-09-13 19:32:30 +02:00
parent abec80c2e1
commit b96c671e01
5 changed files with 37 additions and 8 deletions

6
src/config.ml Normal file
View file

@ -0,0 +1,6 @@
(* https://docs.taler.net/manpages/taler-exchange.conf.5.html *)
let terms_dir = Fpath.(v "terms")
let terms_etag = "0"
let privacy_dir = Fpath.(v "privacy")
let privacy_etag = "0"