mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-05-06 08:46:58 +00:00
dd57a0a41a
* first pass at alert notifications * sp alerts * add all accounts alerts * fix polling timer * update style * show count and change polling to 60s * check alerts on login * Delete settings.local.json * poll for max 10 results in 30days and use last viewed * make polling interval configurable uses VITE_APP_ALERT_POLL_INTERVAL default is 60s setting to 0 will disable polling * don't sent days and start * add to .env
38 lines
1.6 KiB
Bash
38 lines
1.6 KiB
Bash
# VITE_API_BASE_URL=http://127.0.0.1:3000/v1
|
||
#VITE_DEV_BASE_URL=http://127.0.0.1:3000/v1
|
||
|
||
## enables choosing units and lisenced account call limits
|
||
# VITE_APP_ENABLE_ACCOUNT_LIMITS_ALL=true
|
||
|
||
# disables controls for default application routing to carrier for SP and account level users
|
||
#VITE_APP_DISABLE_DEFAULT_TRUNK_ROUTING=true
|
||
## disables Least cost routing feature
|
||
#VITE_APP_LCR_DISABLED=true
|
||
## disables Jaeger Tracing feature
|
||
#VITE_APP_JAEGER_TRACING_DISABLED=true
|
||
## enable record All Calls feature
|
||
#VITE_APP_DISABLE_CALL_RECORDING=true
|
||
## enable Forgot password
|
||
#VITE_APP_ENABLE_FORGOT_PASSWORD=true
|
||
## enable hosted system
|
||
#VITE_APP_ENABLE_HOSTED_SYSTEM=true
|
||
## Google Client ID
|
||
#VITE_APP_GOOGLE_CLIENT_ID=
|
||
## Github Client ID
|
||
#VITE_APP_GITHUB_CLIENT_ID=
|
||
## Default jambonz service provider SID
|
||
#VITE_APP_DEFAULT_SERVICE_PROVIDER_SID=
|
||
## Base url for jambomz webapp
|
||
#VITE_APP_BASE_URL="http://jambonz.one"
|
||
## Strip publishable key
|
||
#VITE_APP_STRIPE_PUBLISHABLE_KEY="pk_test_EChRaX9Tjk8csZZVSeoGqNvu00lsJzjaU1"
|
||
## ignore some specific speech vendors, defined by ADDITIONAL_SPEECH_VENDORS constant
|
||
# VITE_APP_DISABLE_ADDITIONAL_SPEECH_VENDORS=true
|
||
## AWS region for enabling Recent Call Feature server logs
|
||
#VITE_APP_AWS_REGION=us-west-2
|
||
## enable lazy loading for phone numbers (improves performance when managing large quantities)
|
||
# VITE_APP_ENABLE_PHONE_NUMBER_LAZY_LOAD=true
|
||
# hides controlls to add Carrier and Phone number from non Admin/SP Users (also need to set flag on API server to block API calls)
|
||
#VITE_ADMIN_CARRIER=1
|
||
# Controls alert polling interval time in seconds, default 60, set to 0 to disable polling
|
||
#VITE_APP_ALERT_POLL_INTERVAL=60 |