We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e99641 commit de4dc22Copy full SHA for de4dc22
sample-conf.yaml
@@ -19,6 +19,10 @@ debuglevel: "debug"
19
autocert: false
20
servername: aperture.example.com
21
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
+
26
# The port on which the pprof profile will be served. If no port is provided,
27
# the profile will not be served.
28
profile: 9999
0 commit comments