mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2025-12-18 21:27:43 +00:00
* support carrier credential authentication * wip * wip * wip * wip * wip * change trunk type to selector * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
34 lines
1.4 KiB
Bash
34 lines
1.4 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 |