* feat(chalice): upgraded dependencies * feat(chalice): changed path analysis schema * feat(DB): click coordinate support * feat(chalice): changed path analysis issues schema feat(chalice): upgraded dependencies * fix(chalice): fixed pydantic issue * refactor(chalice): refresh token validator * feat(chalice): role restrictions * feat(chalice): EE path analysis changes * refactor(DB): changed creation queries refactor(DB): changed delte queries feat(DB): support new path analysis payload * feat(chalice): save path analysis card * feat(chalice): restrict access * feat(chalice): restrict access * feat(chalice): EE save new path analysis card * refactor(chalice): path analysis * feat(chalice): path analysis new query * fix(chalice): configurable CH config * fix(chalice): assist autocomplete * refactor(chalice): refactored permissions * refactor(chalice): changed log level * refactor(chalice): upgraded dependencies * refactor(chalice): changed path analysis query * refactor(chalice): changed path analysis query * refactor(chalice): upgraded dependencies refactor(alerts): upgraded dependencies refactor(crons): upgraded dependencies * feat(chalice): path analysis ignore start point * feat(chalice): path analysis in progress * refactor(chalice): path analysis changed link sort * refactor(chalice): path analysis changed link sort * refactor(chalice): path analysis changed link sort * refactor(chalice): path analysis new query refactor(chalice): authorizers * refactor(chalice): refactored authorizer * fix(chalice): fixed create card of PathAnalysis * refactor(chalice): compute link-percentage for Path Analysis * refactor(chalice): remove null starting point from Path Analysis * feat(chalice): path analysis CH query * refactor(chalice): changed Path Analysis links-value fix(chalice): fixed search notes for EE * feat(chalice): path analysis enhanced query results * feat(chalice): include timezone in search sessions response * refactor(chalice): refactored logs * refactor(chalice): refactored logs feat(chalice): get path analysis issues * fix(chalice): fixed path analysis issues pagination * fix(chalice): sessions-search handle null values * feat(chalice): PathAnalysis start event support middle-event matching * feat(chalice): PathAnalysis start event support middle-event matching * feat(chalice): PathAnalysis support mixed events with start-point * fix(chalice): PathAnalysis fixed eventType value when metricValue is missing * fix(chalice): PathAnalysis fixed wrong super-class model for update card * fix(chalice): PathAnalysis fixed search issues refactor(chalice): upgraded dependencies * fix(chalice): enforce isEvent if missing * fix(chalice): enforce isEvent if missing * refactor(chalice): refactored custom-metrics * refactor(chalice): small changes * feat(chalice): path analysis EE new query * fix(chalice): fixed hide-excess state for Path Analysis * fix(chalice): fixed update start point and excludes for Path Analysis * fix(chalice): fix payload validation fix(chalice): fix update widget endpoint * fix(chalice): fix payload validation fix(chalice): fix update widget endpoint * fix(chalice): fix add member * refactor(chalice): upgraded dependencies refactor!(chalice): upgraded SAML dependencies * feat(chalice): ios-project support 1/5 * refactor(chalice): changed logs handling * fix(chalice): fix path analysis issues list * Api v1.15.0 (#1542) * refactor(chalice): changed default dev env vars * refactor(chalice): changes * refactor(chalice): changed payload fixer * refactor(chalice): changed payload fixer refactor(chalice): support duplicate filters * Api v1.15.0 no merge (#1546) * refactor(chalice): changed default dev env vars * refactor(chalice): changes * refactor(chalice): changed payload fixer * refactor(chalice): changed payload fixer refactor(chalice): support duplicate filters * refactor(chalice): changes * feature(chalice): mobile sessions search
66 lines
No EOL
1.4 KiB
Text
66 lines
No EOL
1.4 KiB
Text
EMAIL_FROM=Openreplay-dev<do-not-reply@openreplay.com>
|
|
EMAIL_HOST=
|
|
EMAIL_PASSWORD=
|
|
EMAIL_PORT=587
|
|
EMAIL_SSL_CERT=
|
|
EMAIL_SSL_KEY=
|
|
EMAIL_USER=
|
|
EMAIL_USE_SSL=false
|
|
EMAIL_USE_TLS=true
|
|
S3_HOST=
|
|
S3_KEY=
|
|
S3_SECRET=
|
|
SITE_URL=http://127.0.0.1:3333
|
|
announcement_url=
|
|
captcha_key=
|
|
captcha_server=
|
|
change_password_link=/changepassword?invitation=%s&&pass=%s
|
|
invitation_link=/users/invitation?token=%s
|
|
js_cache_bucket=
|
|
jwt_algorithm=HS512
|
|
JWT_EXPIRATION=6000
|
|
JWT_REFRESH_EXPIRATION=60
|
|
JWT_ISSUER=openReplay-dev
|
|
jwt_secret=SECRET
|
|
JWT_REFRESH_SECRET=SECRET2
|
|
ASSIST_URL=http://127.0.0.1:9001/assist/%s
|
|
assist=/sockets-live
|
|
assistList=/sockets-list
|
|
|
|
# FOSS
|
|
pg_dbname=postgres
|
|
pg_host=127.0.0.1
|
|
pg_password=password
|
|
pg_port=5420
|
|
pg_user=postgres
|
|
|
|
PG_TIMEOUT=20
|
|
PG_MINCONN=2
|
|
PG_MAXCONN=5
|
|
PG_RETRY_MAX=50
|
|
PG_RETRY_INTERVAL=2
|
|
PG_POOL=true
|
|
sessions_bucket=mobs
|
|
sessions_region=us-east-1
|
|
sourcemaps_bucket=
|
|
sourcemaps_reader=http://127.0.0.1:3000/sourcemaps
|
|
LOGLEVEL=INFO
|
|
FS_DIR=
|
|
|
|
ASSIST_KEY=abc
|
|
EFS_SESSION_MOB_PATTERN=%(sessionId)s/dom.mob
|
|
EFS_DEVTOOLS_MOB_PATTERN=%(sessionId)s/devtools.mob
|
|
SESSION_MOB_PATTERN_S=%(sessionId)s/dom.mobs
|
|
SESSION_MOB_PATTERN_E=%(sessionId)s/dom.mobe
|
|
DEVTOOLS_MOB_PATTERN=%(sessionId)s/devtools.mobs
|
|
PRESIGNED_URL_EXPIRATION=3600
|
|
ASSIST_JWT_EXPIRATION=14400
|
|
ASSIST_JWT_SECRET=secret
|
|
REDIS_STRING=redis://127.0.0.1:6379
|
|
LOCAL_DEV=true
|
|
TZ=UTC
|
|
docs_url=/docs
|
|
root_path=''
|
|
docs_url=/docs
|
|
IOS_BUCKET=mobs
|
|
IOS_VIDEO_BUCKET=mobs |