forked from Deuxfleurs/nixcfg
increased Jitsi logs a bit
This commit is contained in:
parent
691299b5ed
commit
6544cd3e14
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@ EOF
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logs {
|
||||||
|
max_files = 25
|
||||||
|
max_file_size = 10
|
||||||
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
data = file("../config/config.js")
|
data = file("../config/config.js")
|
||||||
destination = "secrets/config.js"
|
destination = "secrets/config.js"
|
||||||
|
|
Loading…
Reference in a new issue