* feat(video-storage): added zstd library to the machine * feat(video-storage): added new method to pack screenshots into compressed tar arch * feat(video-storage): try to split command into 2 * feat(video-storage): try a new approad to avoid no file error * feat(api): added support to a new pre-signed url for screenshots archive * feat(video-storage): fixed an issue in extension check * feat(video-storage): correct file name * feat(backend): removed video-storage and splitted logic * feat(backend): removed video-storage from helm charts * feat(backend): split canvas and screenshot handlers * feat(canvas): clean up canvas-handler * feat(api): changed mobile replay url (screenshots instead of video) * feat(backend): removed msg.SessID() call * feat(backend): clean up code in imagestorage main
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=60
|
|
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.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 |