* NTP-4943 | making ee monitoring service webhook call upon severity update * NTP-4943 | review comments resolved
33 lines
1.4 KiB
Bash
33 lines
1.4 KiB
Bash
ENV=local
|
|
PORT=8080
|
|
METRIC_POST=9090
|
|
APP_NAME=houston
|
|
INVESTIGATION_REOPEN_THRESHOLD_DAYS=0
|
|
HOUSTON_BOT_SLACK_ID=U07L65U8PQD
|
|
|
|
#houston token config
|
|
HOUSTON_SLACK_APP_TOKEN=xapp-1-A07KUF3K3ST-7701739920465-a0e25d5bd0cd840697512f6927b563657a37be8afaa006874fed7e7404d0237e
|
|
HOUSTON_SLACK_BOT_TOKEN=xoxb-7682418879462-7686198295829-TliLNs21PvmVyqgrRsoD2lGE
|
|
|
|
|
|
#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:postgres@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
|
|
|
|
TEAM_NAME_MIN_LENGTH=1
|
|
TEAM_NAME_MAX_LENGTH=100
|
|
|
|
#incidents
|
|
INCIDENTS_SHOW_LIMIT=10
|
|
GOOGLE_AUTH_KEY_CONTENT={"type":"service_account","project_id":"houston-402208","private_key_id":"private-key","private_key":"key","client_email":"houston@houston-402208.iam.gserviceaccount.com","client_id":"104926879839085398481","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_x509_cert_url":"https://www.googleapis.com/robot/v1/metadata/x509/houston%40houston-402208.iam.gserviceaccount.com","universe_domain":"googleapis.com"}
|
|
GOOGLE_AUTH_EMAIL='houston@navi.com' |