mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2025-12-19 04:27:46 +00:00
Feature/registration interval config (#50)
* Add envvar support for default expiration interval * Move envvars to config file, finish work, and add description of envvars to Readme * Set expires value to MIN_EXPIRES when the retrieved value is lower than it or not parseable
This commit is contained in:
@@ -26,6 +26,8 @@ Configuration is provided via environment variables:
|
||||
|EXPIRES_INTERVAL| servers expire |no|
|
||||
|JWT_SECRET| secret for signing JWT token |yes|
|
||||
|ENCRYPTION_SECRET| secret for credential encryption(JWT_SECRET is deprecated) |yes|
|
||||
|JAMBONES_REGBOT_DEFAULT_EXPIRES_INTERVAL| default expire value for outbound registration in seconds (default 3600) |no|
|
||||
|JAMBONES_REGBOT_MIN_EXPIRES_INTERVAL| minimum expire value for outbound registration in seconds (default 30) |no|
|
||||
|
||||
## Registrar database
|
||||
|
||||
|
||||
Reference in New Issue
Block a user