* refactor(chalice): upgraded dependencies refactor(crons): upgraded dependencies refactor(alerts): upgraded dependencies * fix(chalice): fixed boarding * fix(chalice): fixed assign session * refactor(assist-stats): upgraded dependencies * fixed(assist-stats): fixed import issue * fix(chalice): changed env vars * fix(chalice): fixed search sessions for EE
18 lines
No EOL
264 B
Text
18 lines
No EOL
264 B
Text
pg_dbname=postgres
|
|
pg_host=127.0.0.1
|
|
pg_password=password
|
|
pg_port=5432
|
|
pg_user=postgres
|
|
|
|
POOL_SIZE=20
|
|
MAX_OVERFLOW=10
|
|
POOL_TIMEOUT=30
|
|
POOL_RECYCLE=3600
|
|
|
|
ACCESS_TOKEN=
|
|
|
|
EXP_CH_DRIVER=true
|
|
EXP_AUTOCOMPLETE=true
|
|
EXP_ALERTS=true
|
|
EXP_ERRORS_SEARCH=true
|
|
EXP_METRICS=true |