* chore(helm): Updating frontend image release * fix(ui): api delete request with empty params * Assist clean up (#1654) * feat(backend): moved http metrics into assist handlers file * fix(assist): use correct value for requests_duration metric * feat(assist): removed unnecessary imports * fix(assist): fixed typo in repond method * fix(assist): added metrics.js to clean script * feat(assist): try to save http method asap in server logic * feat(assist): final version * feat(assist): removed prom-client from peers and sourcemap-reader * feat(sourcemap-reader): added missing package-lock.json * fix(assist): fixed metrics import in assist * fix(assist): fixed metrics import in assist-ee * fix(ui): header top right button alignment * chore(helm): Updating frontend image release * chore(helm): Updating assist image release * chore(helm): Updating peers image release * chore(helm): Updating sourcemapreader image release --------- Co-authored-by: Shekar Siri <sshekarsiri@gmail.com> Co-authored-by: Alexander <zavorotynskiy@pm.me>
26 lines
381 B
Text
26 lines
381 B
Text
NODE_ENV=production
|
|
SOURCEMAP = false
|
|
|
|
# END POINTS #
|
|
ORIGIN = ''
|
|
API_EDP = ''
|
|
ASSETS_HOST = ''
|
|
|
|
# SENTRY
|
|
SENTRY_ENABLED = false
|
|
SENTRY_URL = ''
|
|
|
|
# CAPTCHA
|
|
CAPTCHA_ENABLED = false
|
|
CAPTCHA_SITE_KEY = ''
|
|
|
|
# MINIO
|
|
MINIO_ENDPOINT = ''
|
|
MINIO_PORT = ''
|
|
MINIO_USE_SSL = ''
|
|
MINIO_ACCESS_KEY = ''
|
|
MINIO_SECRET_KEY = ''
|
|
|
|
# APP and TRACKER VERSIONS
|
|
VERSION = 1.15.2
|
|
TRACKER_VERSION = '9.0.0'
|