mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-24 11:33:47 +02:00
Add webhook options
This commit is contained in:
parent
9742aeaf9b
commit
cc20e826e0
@ -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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user