1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

modules.optional.conf: extjwt::service::method is required

(which is fine, i think)
This commit is contained in:
Bram Matthys
2026-03-06 08:22:53 +01:00
parent cc1c1c5a73
commit 98709af7a3
+1 -1
View File
@@ -235,7 +235,7 @@ set {
// * Add as many of these as you need.
// */
// service "service1" {
// method "ES512"; /* will be inherited from main if not given */
// method "ES512";
// //secret "anotherpassword"; /* required for HS* method */
// key "es512.pem"; /* required for ES* and RS* methods */
// //verify-url 'https://example.com/verify/?t=%s'; /* URL for your validation service - optional; use single quotes here! */