mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-07 13:08:35 +02:00
Add webhook options
This commit is contained in:
@ -942,6 +942,17 @@ const struct options_table_entry options_table[] = {
|
|||||||
.default_num = 30000
|
.default_num = 30000
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ .name = "tmate-webhook-userdata",
|
||||||
|
.type = OPTIONS_TABLE_STRING,
|
||||||
|
.scope = OPTIONS_TABLE_SERVER,
|
||||||
|
.default_str = ""
|
||||||
|
},
|
||||||
|
|
||||||
|
{ .name = "tmate-webhook-url",
|
||||||
|
.type = OPTIONS_TABLE_STRING,
|
||||||
|
.scope = OPTIONS_TABLE_SERVER,
|
||||||
|
.default_str = ""
|
||||||
|
},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{ .name = NULL }
|
{ .name = NULL }
|
||||||
|
Reference in New Issue
Block a user