summaryrefslogtreecommitdiffstats
path: root/config.example.ini
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-04-09 20:12:47 -0400
committerDrew DeVault <sir@cmpwn.com>2019-04-09 20:12:47 -0400
commit6686cfa10fe670603e13087e5d7fb7aa1b73e933 (patch)
tree79f4e036c52227f3c7dd9cff4a554f95849d90b9 /config.example.ini
parentd280a6173ca645ae1576fee98499ceea8a94d146 (diff)
Update to use core.sr.ht's get_origin
Diffstat (limited to 'config.example.ini')
-rw-r--r--config.example.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.example.ini b/config.example.ini
index 22b62c7..a5806b7 100644
--- a/config.example.ini
+++ b/config.example.ini
@@ -40,6 +40,17 @@ pgp-privkey=
pgp-pubkey=
pgp-key-id=
+[webhooks]
+#
+# base64-encoded Ed25519 key for signing webhook payloads. This should be
+# consistent for all *.sr.ht sites, as we'll use this key to verify signatures
+# from other sites in your network.
+#
+# Use the srht-webhook-keygen command to generate a key.
+#
+# If omitted, webhook payloads are unsigned.
+private-key=
+
[git.sr.ht]
#
# URL git.sr.ht is being served at (protocol://domain)