push to version 0.99.1.1
This commit is contained in:
parent
4f2af6ba02
commit
97f8c47589
4 changed files with 835 additions and 69 deletions
11
README.md
11
README.md
|
@ -20,6 +20,9 @@ If set, allows registration by anyone who also has the shared secret, even if re
|
|||
## MACAROON_SECRET_KEY
|
||||
Secret key for macaroon.
|
||||
|
||||
## FORM_SECRET_KEY
|
||||
Secret key to calculate HMACs for form values.
|
||||
|
||||
## TURN_URIS
|
||||
Comma seperated list of TURN servers to use.
|
||||
|
||||
|
@ -31,6 +34,9 @@ The shared secret used to compute passwords for the TURN server
|
|||
|
||||
How long generated TURN credentials last.
|
||||
|
||||
## ADMIN_EMAIL
|
||||
Email at which the administrator can be reached.
|
||||
|
||||
## DB_HOST
|
||||
Database host.
|
||||
|
||||
|
@ -43,9 +49,6 @@ Database user.
|
|||
## DB_PASSWORD
|
||||
Password for the database user.
|
||||
|
||||
## CERT_DOMAIN
|
||||
Name of the certificate domain.
|
||||
|
||||
## MAX_UPLOAD_SIZE
|
||||
- default: 10M
|
||||
|
||||
|
@ -72,7 +75,7 @@ Comma seperated list of registration files to load.
|
|||
Whether to report statistics.
|
||||
|
||||
# Ports
|
||||
- 8448
|
||||
- 8008
|
||||
|
||||
# Capabilities
|
||||
- CHOWN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue