mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-01-25 02:08:19 +00:00
* fix: tts.cached boolValue does not showup on spain detail * wip * wip * wip * add env to disable jaeger tracing view * fix: tts.cached boolValue does not showup on spain detail * wip * wip * wip * add env to disable jaeger tracing view * fix: review coments * fix review comment * fix review comment
12 lines
468 B
Bash
12 lines
468 B
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 |