* chore(buil): Cherrypicking build script * fix(chalice): fixed mouse_thrashing title (#2014) * fix(chalice): fixed vault with exp_search * refactor(chalice): enhanced CH exception handler * fix(chalice): fixed table of URLs-values not filtered according to the specified sessions' filters CH (#2055) * fix(chalice): fixed cards-table error (#2057) * fix(chalice): fixed 1 stage results VS multi-stages result (#2060) * fix(chalice): fixed funnels negative-filter's operators (#2061) * refactor(chalice): changed JWT_REFRESH_EXPIRATION default value (#2062) * refactor(chalice): delete global session notes (#2064) * fix(chalice): support issues step-filters and tab-filters at the same… (#2065) * fix(chalice): support issues step-filters and tab-filters at the same time * Increment chalice chart version --------- Co-authored-by: Taha Yassine Kraiem <tahayk2@gmail.com> Co-authored-by: GitHub Action <action@github.com>
62 lines
No EOL
1.5 KiB
Text
62 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.mp4
|
|
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_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.mp4
|
|
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 |