openreplay/frontend/.env.sample
Kraiem Taha Yassine 234ddb2d0f
Builds/v1.14.0 (#1438)
* chore(helm): Updating chalice image release

* chore(helm): Updating frontend image release

* chore(helm): Updating assets image release

* chore(helm): Updating db image release

* chore(helm): Updating ender image release

* chore(helm): Updating heuristics image release

* chore(helm): Updating http image release

* chore(helm): Updating integrations image release

* chore(helm): Updating sink image release

* chore(helm): Updating storage image release

---------

Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-08-03 18:09:38 +02:00

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.14.2
TRACKER_VERSION = '9.0.0'