* TP-47105 | Adding helpers for google drive service * TP-47105! | Adding document service * TP-47105 | Adding unit tests for docu ent service client * TP-47105 | Adding document service client * TP-47105 | Rebasing with master * TP-47105 | Addressing PR comments * TP-47105 | Adding commonly used constants with document service * TP-47105 | Adding commonly used constants with document service * TP-47105 | Fixing document service endpoints in test * TP-47105 | Addressing PR comments * TP-47105 | Addressing PR comments * TP-47105 | Addressing PR comments
24 lines
627 B
Bash
24 lines
627 B
Bash
ENV=local
|
|
PORT=8080
|
|
METRIC_POST=9090
|
|
|
|
#houston token config
|
|
HOUSTON_SLACK_APP_TOKEN=xapp-1-A04TBQ7PGSJ-4960174100544-3c648a093c830a718bd81aff36cf0f433633312e16a0a6e11408bf5063a4785d
|
|
HOUSTON_SLACK_BOT_TOKEN=token
|
|
|
|
#Postgres config
|
|
POSTGRES_CONNECTION_MAX_IDLE_TIME=10s
|
|
POSTGRES_CONNECTION_MAX_LIFETIME=10s
|
|
POSTGRES_CONNECTION_MAX_IDLE=1
|
|
POSTGRES_CONNECTION_MAX_OPEN=2
|
|
POSTGRES_DSN=postgresql://postgres:admin@localhost:5432/houston
|
|
|
|
#cron job config
|
|
CRON_JOB_UPDATE_INCIDENT_INTERVAL='0 * * * * *'
|
|
CRON_JOB_LOCK_DEFAULT_TIME_IN_SEC=20
|
|
CRON_JOB_LOCK_TICKER_TIME_IN_SEC=3000
|
|
CRON_JOB_NAME=cron
|
|
|
|
#incidents
|
|
INCIDENTS_SHOW_LIMIT=10
|