mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/templates/metronome/metronome.cfg.lua
Finish updating
This commit is contained in:
parent
8670f0a1de
commit
a19d914485
1 changed files with 1 additions and 5 deletions
|
@ -124,17 +124,13 @@ Component "muc.{{ main_domain }}" "muc"
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"muc_limits";
|
"muc_limits";
|
||||||
"muc_log";
|
"muc_log";
|
||||||
|
"muc_log_mam";
|
||||||
"muc_log_http";
|
"muc_log_http";
|
||||||
}
|
}
|
||||||
|
|
||||||
muc_event_rate = 0.5
|
muc_event_rate = 0.5
|
||||||
muc_burst_factor = 10
|
muc_burst_factor = 10
|
||||||
|
|
||||||
muc_log_http_config = {
|
|
||||||
url_base = "logs";
|
|
||||||
theme = "metronome";
|
|
||||||
}
|
|
||||||
|
|
||||||
---Set up a PubSub server
|
---Set up a PubSub server
|
||||||
Component "pubsub.{{ main_domain }}" "pubsub"
|
Component "pubsub.{{ main_domain }}" "pubsub"
|
||||||
name = "{{ main_domain }} Publish/Subscribe"
|
name = "{{ main_domain }} Publish/Subscribe"
|
||||||
|
|
Loading…
Add table
Reference in a new issue