Add webhook options

This commit is contained in:
Nicolas Viennot 2016-03-11 14:11:48 -05:00
parent 9742aeaf9b
commit cc20e826e0

View File

@ -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 }