Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de4dc22

Browse files
committedMay 13, 2025
fixup! multi: add new strict-verify CLI option to control invoice usage
1 parent 7e99641 commit de4dc22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎sample-conf.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ debuglevel: "debug"
1919
autocert: false
2020
servername: aperture.example.com
2121

22+
# Whether we should verify the invoice status strictly or not. If set to true,
23+
# then this requires all invoices to be read from disk at start up.
24+
strictverify: false
25+
2226
# The port on which the pprof profile will be served. If no port is provided,
2327
# the profile will not be served.
2428
profile: 9999

0 commit comments

Comments
 (0)
Please sign in to comment.