-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.dist
82 lines (67 loc) · 2.71 KB
/
env.dist
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# The token for the Slack bot
export BOT_TOKEN=xoxb-aaaa
# A path to the jira-rest-client.properties containing credentials
export JIRA_CLIENT_PROPERTY_FILE=/path/to/jira-rest-client.properties
# The file should have the following structure:
# jira.server.url=https://jira.example.org
# jira.user.id=jirauser
# jira.user.pwd=aaaa
# The same JIRA file is used for confluence, as they share the same
# authentication backend, it seems. But the URL endpoint is different
export CONFLUENCE_SERVER_URL=https://confluence.example.org
# Jenkins-related variables
export JENKINS_USERNAME=jenkinsuser
export JENKINS_TOKEN=aaaa
export JENKINS_URL=https://ci.example.org/
# odoo-related variables
export ODOO_HOST=c2c.odoo.camptocamp.ch
export ODOO_PORT=443
export ODOO_SCHEME=https
export ODOO_USERNAME=dududu
export ODOO_PASSWORD=popopo
export ODOO_DB=aaaa
#github-related variables
export GITHUB_TOKEN=aaaaa # set here a token with the appropriate scopes
export GITHUB_WATCHED_USER=octocat # set here the github username for who the events will be watched
export GITHUB_EVENT_FILTER_CLASS=fr.spironet.slackbot.github.DefaultEventFilter # see mentionned package for examples
# an e-mail address for the bot owner, should exist
# in the slack context
export [email protected]
# used for browsing purposes
export BROWSER_CHROMEDRIVER=/home/user/bin/chromedriver-linux-64bit
# grafana / browsing related
export GRAFANA_USER=grafana_username
export GRAFANA_PASSWORD=grafana_password
export GRAFANA_URL=https://grafana.example.org/
export GRAFANA_DASHBOARD_PATH='/d/000000165/dashboard-1?orgId=15&refresh=10s'
export KIBANA_USER=kibana_username
export KIBANA_PASSWORD=kibana_password
export KIBANA_URL=kibana.example.org
export KIBANA_DASHBOARD='/app/kibana#/dashboard/uuid?params'
export KIBANA_CHANNEL_TO_SEND_DASHBOARD=dudu
export TERRAFORM_AWS_CLIENT_KEY=aaaaa
export TERRAFORM_AWS_SECRET_KEY=bbbbb
export TERRAFORM_AWS_ZONE=eu-west-1
export TERRAFORM_AWS_BUCKET=mybucket
export TERRAFORM_STATES_TO_SPY=a/b/terraform.tfstate,c/d/terraform.tfstate
# google calendar API
export GCAL_OAUTH_CLIENT_ID=aaaa
export GCAL_OAUTH_CLIENT_SECRET=bbbbb
export GCAL_OAUTH_ACCESS_TOKEN=cccc
export GCAL_OAUTH_REFRESH_TOKEN=dddd
# google drive API
export GDRIVE_OAUTH_CLIENT_ID=aaaa
export GDRIVE_OAUTH_CLIENT_SECRET=bbbbb
export GDRIVE_OAUTH_ACCESS_TOKEN=cccc
export GDRIVE_OAUTH_REFRESH_TOKEN=dddd
# google mail API
export GMAIL_OAUTH_CLIENT=
export GMAIL_OAUTH_CLIENT_SECRET=
export GMAIL_OAUTH_ACCESS_TOKEN=
export GMAIL_OAUTH_REFRESH_TOKEN=
# google spreadsheets API
export SPREADSHEETS_OAUTH_CLIENT=
export SPREADSHEETS_OAUTH_CLIENT_SECRET=
export SPREADSHEETS_OAUTH_ACCESS_TOKEN=
export SPREADSHEETS_OAUTH_REFRESH_TOKEN=
export C2C_GEOSPATIAL_PLANNING_SPREADSHEET_ID=