mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-07 16:54:01 +01: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
|
||||
},
|
||||
|
||||
{ .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
|
||||
|
||||
{ .name = NULL }
|
||||
|
Loading…
Reference in New Issue
Block a user