basic static files w/ crunch
This commit is contained in:
parent
abec80c2e1
commit
b96c671e01
5 changed files with 37 additions and 8 deletions
6
src/config.ml
Normal file
6
src/config.ml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue