diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 17:52:41 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 17:52:41 +0100 |
commit | 7b57ff72a918ca295e2b00e76da33eec700c6a2a (patch) | |
tree | 6f19d8c5260cadc3535ee3343f662d4217719c23 /app/jitsi/integration/README.md | |
parent | ebb772e5ba26944ac002c236d33ef164e91c6a7d (diff) | |
download | infrastructure-7b57ff72a918ca295e2b00e76da33eec700c6a2a.tar.gz infrastructure-7b57ff72a918ca295e2b00e76da33eec700c6a2a.zip |
Simplify prosody too
Diffstat (limited to 'app/jitsi/integration/README.md')
-rw-r--r-- | app/jitsi/integration/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/jitsi/integration/README.md b/app/jitsi/integration/README.md index 315b5de..e295745 100644 --- a/app/jitsi/integration/README.md +++ b/app/jitsi/integration/README.md @@ -38,6 +38,14 @@ We are particularly interested by: https://github.com/lightbend/config#standard- Using 'application.conf' with classpath does not seem to work. But, specifying the file path as `-Dconfig.file=/etc/jitsi/jicofo.conf` works! +Some parameters are also set independently of lightbend hocon config. +They are seen in jicofo entrypoint: +https://github.com/jitsi/jicofo/blob/master/src/main/java/org/jitsi/jicofo/Main.java +Many of these parameters can be in fact read from the HOCON file except one: the `--secret` parameter or the `JICOFO_SECRET` env variable. +But we can see this is a deprecated thing, it has been already removed from master: https://github.com/jitsi/jicofo/commit/c9e5b50a8b4e77f8b8cb8831a4a044a53edfcf48 +For now (as per v5390) we will keep `JICOFO_SECRET` environment variable but will assume no other environment variable is set +But maybe this value is deprecated: the check is still here but it is not used anymore?! + ## Resources to understand jitsi - [jicofo/debian/postinst](https://github.com/jitsi/jicofo/blob/master/debian/postinst) |