openreplay/frontend/.env.sample
Rajesh Rajendran f667d9e68c
Updating image tags (#1364)
* chore(helm): Updating chalice image release

* chore(helm): Updating assist image release

* chore(helm): Updating frontend image release

* chore(helm): Updating db image release
2023-06-22 19:08:55 +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.13.2
TRACKER_VERSION = '8.0.0'