* 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 * 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 * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * refactor(chalice): removed sessions insights refactor(DB): removed sessions insights * refactor(chalice): upgraded dependencies refactor(crons): upgraded dependencies refactor(alerts): upgraded dependencies feat(chalice): moved CH to FOSS feat(chalice): use clickhouse-connect feat(chalice): use CH connexion pool feat(scripts): defined ch-data-port
28 lines
882 B
Bash
28 lines
882 B
Bash
ASSIST_JWT_SECRET=${COMMON_JWT_SECRET}
|
|
ASSIST_KEY=${COMMON_JWT_SECRET}
|
|
ASSIST_RECORDS_BUCKET=records
|
|
ASSIST_URL="http://assist-openreplay:9001/assist/%s"
|
|
AWS_DEFAULT_REGION="us-east-1"
|
|
CH_COMPRESSION="false"
|
|
PYTHONUNBUFFERED="0"
|
|
REDIS_STRING="redis://redis:6379"
|
|
S3_HOST="${COMMON_PROTOCOL}://${COMMON_DOMAIN_NAME}"
|
|
S3_KEY="${COMMON_S3_KEY}"
|
|
S3_SECRET="${COMMON_S3_SECRET}"
|
|
SITE_URL="${COMMON_PROTOCOL}://${COMMON_DOMAIN_NAME}"
|
|
ch_host="clickhouse"
|
|
ch_port="9000"
|
|
ch_port_http="8123"
|
|
ch_username="default"
|
|
js_cache_bucket=sessions-assets
|
|
jwt_secret="${COMMON_JWT_SECRET}"
|
|
pg_dbname="postgres"
|
|
pg_host="postgresql"
|
|
pg_password="${COMMON_PG_PASSWORD}"
|
|
sessions_bucket=mobs
|
|
sessions_region="us-east-1"
|
|
sourcemaps_bucket=sourcemaps
|
|
sourcemaps_reader="http://sourcemapreader-openreplay:9000/sourcemaps/%s/sourcemaps"
|
|
version_number="${COMMON_VERSION}"
|
|
CLUSTER_URL=""
|
|
POD_NAMESPACE=""
|