1
0
Fork 0

fix hledger options (#228)

This commit is contained in:
Pierre Penninckx 2024-04-17 09:03:29 -07:00 committed by GitHub
parent 38105f3a87
commit ab1bd23b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,9 +61,7 @@ in
host = "127.0.0.1"; host = "127.0.0.1";
port = cfg.port; port = cfg.port;
capabilities.view = true; allow = "edit";
capabilities.add = true;
capabilities.manage = true;
extraOptions = [ extraOptions = [
# https://hledger.org/1.30/hledger-web.html # https://hledger.org/1.30/hledger-web.html
# "--capabilities-header=HLEDGER-CAP" # "--capabilities-header=HLEDGER-CAP"