* refactor(chalice): upgraded dependencies * refactor(chalice): upgraded dependencies feat(chalice): support heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * refactor(chalice): upgraded dependencies * refactor(chalice): upgraded dependencies feat(chalice): support heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * refactor(chalice): upgraded dependencies refactor(crons): upgraded dependencies refactor(alerts): upgraded dependencies * feat(chalice): get top 10 values for autocomplete CH * refactor(chalice): cleaned code refactor(chalice): upgraded dependencies refactor(alerts): upgraded dependencies refactor(crons): upgraded dependencies * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * feat(chalice): cache autocomplete-top-10 responses feat(DB): support Spot login * fix(chalice): fixed Spot new refresh token
64 lines
No EOL
1.5 KiB
Text
64 lines
No EOL
1.5 KiB
Text
announcement_url=
|
|
assist=/sockets-live
|
|
ASSIST_JWT_EXPIRATION=14400
|
|
ASSIST_JWT_SECRET=secret
|
|
ASSIST_KEY=abc
|
|
ASSIST_URL=http://127.0.0.1:9001/assist/%s
|
|
assistList=/sockets-list
|
|
CANVAS_PATTERN=%(sessionId)s/%(recordingId)s.tar.zst
|
|
captcha_key=
|
|
captcha_server=
|
|
change_password_link=/changepassword?invitation=%s&&pass=%s
|
|
DEVTOOLS_MOB_PATTERN=%(sessionId)s/devtools.mobs
|
|
docs_url=/docs
|
|
EFS_DEVTOOLS_MOB_PATTERN=%(sessionId)s/devtools.mob
|
|
EFS_SESSION_MOB_PATTERN=%(sessionId)s/dom.mob
|
|
EMAIL_FROM=Openreplay-dev<do-not-reply@openreplay.com>
|
|
EMAIL_HOST=
|
|
EMAIL_PASSWORD=
|
|
EMAIL_PORT=587
|
|
EMAIL_SSL_CERT=
|
|
EMAIL_SSL_KEY=
|
|
EMAIL_USE_SSL=false
|
|
EMAIL_USE_TLS=true
|
|
EMAIL_USER=
|
|
FS_DIR=
|
|
invitation_link=/users/invitation?token=%s
|
|
IOS_VIDEO_BUCKET=mobs
|
|
js_cache_bucket=
|
|
jwt_algorithm=HS512
|
|
JWT_EXPIRATION=6000
|
|
JWT_ISSUER=openReplay-dev
|
|
JWT_REFRESH_EXPIRATION=604800
|
|
JWT_REFRESH_SECRET=SECRET2
|
|
JWT_SPOT_REFRESH_EXPIRATION=604800
|
|
JWT_SPOT_REFRESH_SECRET=SECRET3
|
|
jwt_secret=SECRET
|
|
LOCAL_DEV=true
|
|
LOGLEVEL=INFO
|
|
pg_dbname=postgres
|
|
pg_host=127.0.0.1
|
|
PG_MAXCONN=5
|
|
PG_MINCONN=2
|
|
pg_password=password
|
|
PG_POOL=true
|
|
pg_port=5420
|
|
PG_RETRY_INTERVAL=2
|
|
PG_RETRY_MAX=50
|
|
PG_TIMEOUT=20
|
|
pg_user=postgres
|
|
PRESIGNED_URL_EXPIRATION=3600
|
|
REDIS_STRING=redis://127.0.0.1:6379
|
|
root_path=''
|
|
S3_HOST=
|
|
S3_KEY=
|
|
S3_SECRET=
|
|
SESSION_IOS_VIDEO_PATTERN=%(sessionId)s/replay.tar.zst
|
|
SESSION_MOB_PATTERN_E=%(sessionId)s/dom.mobe
|
|
SESSION_MOB_PATTERN_S=%(sessionId)s/dom.mobs
|
|
sessions_bucket=mobs
|
|
sessions_region=us-east-1
|
|
SITE_URL=http://127.0.0.1:3333
|
|
sourcemaps_bucket=
|
|
sourcemaps_reader=http://127.0.0.1:3000/sourcemaps
|
|
TZ=UTC |