Fix non-working http_file_share
This commit is contained in:
parent
93f55ea51a
commit
61c5eb5985
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ then
|
|||
disco_items = {
|
||||
{ "whatsapp", "Whatsapp gateway" };
|
||||
}
|
||||
Component ("u."..ENV_DOMAIN_NAME, "http_file_share")
|
||||
Component ("u."..ENV_DOMAIN_NAME) "http_file_share"
|
||||
Component "whatsapp"
|
||||
component_secret = ENV_SLIDGE_SECRET or ""
|
||||
modules_enabled = {"privilege"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue