Code refactoring after #352

This commit is contained in:
Alexey Khit
2023-06-29 21:39:31 +03:00
parent ac5bcda492
commit bc6e4f40bf
2 changed files with 29 additions and 39 deletions
-9
View File
@@ -623,15 +623,6 @@ api:
base_path: "/rtc" # default "", API prefix for serve on suburl (/api => /rtc/api)
static_dir: "www" # default "", folder for static files (custom web interface)
origin: "*" # default "", allow CORS requests (only * supported)
tls_listen: ":1985" # default "", HTTPS port
tls_cert: | # default "". PEM-encoded fullchain certificate for https
-----BEGIN CERTIFICATE-----
.....
-----END CERTIFICATE-----
tls_private_key: | # default "". PEM-encoded private key for https
-----BEGIN PRIVATE KEY-----
.....
-----END PRIVATE KEY-----
```
**PS:**