mirror of https://github.com/OpenVidu/openvidu.git
Docker config files unnecessary new line removed
parent
c017d47440
commit
46b8ebb1ea
|
@ -23,8 +23,7 @@ OPENVIDU_SECRET=
|
||||||
# variable.
|
# variable.
|
||||||
CERTIFICATE_TYPE=selfsigned
|
CERTIFICATE_TYPE=selfsigned
|
||||||
|
|
||||||
# If CERTIFICATE_TYPE=letsencrypt, you need to configure a valid email for
|
# If CERTIFICATE_TYPE=letsencrypt, you need to configure a valid email for notifications
|
||||||
# notifications
|
|
||||||
LETSENCRYPT_EMAIL=user@example.com
|
LETSENCRYPT_EMAIL=user@example.com
|
||||||
|
|
||||||
# Parameter "openvidu.recording.path"
|
# Parameter "openvidu.recording.path"
|
||||||
|
|
|
@ -99,8 +99,7 @@ OPENVIDU_SECRET=
|
||||||
# variable.
|
# variable.
|
||||||
CERTIFICATE_TYPE=selfsigned
|
CERTIFICATE_TYPE=selfsigned
|
||||||
|
|
||||||
# If CERTIFICATE_TYPE=letsencrypt, you need to configure a valid email for
|
# If CERTIFICATE_TYPE=letsencrypt, you need to configure a valid email for notifications
|
||||||
# notifications
|
|
||||||
LETSENCRYPT_EMAIL=user@example.com
|
LETSENCRYPT_EMAIL=user@example.com
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue