fix hledger options (#228)
This commit is contained in:
parent
38105f3a87
commit
ab1bd23b51
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue