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:
@@ -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! */
|
||||
|
||||
Reference in New Issue
Block a user