openreplay/frontend/.env.sample
rjshrjndrn 70cc95946c chore(frontend): Updated version
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-07-11 16:01:16 +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.0
TRACKER_VERSION = '8.0.0'