forked from pyslackers/sirbot-pyslackers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
45 lines (33 loc) · 929 Bytes
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
##################
### POSTGRESQL ###
##################
# Database password. Should match with `POSTGRES_DNS`.
POSTGRES_PASSWORD=db_password
################
### SIRBOT ###
################
# Sirbot listening address
SIRBOT_ADDR=0.0.0.0
## Postgres plugin ##
# Postgresql connection string.
POSTGRES_DSN=postgres://postgres:db_password@db:5432/postgres
## Slack plugin ##
# Slack API token
SLACK_TOKEN=slack_token
# Slack incoming webhook verification token
SLACK_VERIFY=slack_verify
# USER_ID of the application's bot
# SLACK_BOT_USER_ID=
# BOT_ID of the application's bot
# SLACK_BOT_ID=
# Comma separated list of the slack administrator's USER_ID
# SLACK_ADMINS=
## Github plugin ##
# Github incoming webhook verification token
GITHUB_VERIFY=github_verify
## Deploy plugin ##
# Custom incoming webhook verification token
DEPLOY_TOKEN=deploy_token
## Sentry ##
# https://sentry.io connection string
# SENTRY_DSN=