forked from OCA/oca-github-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.sample
41 lines (34 loc) · 1.04 KB
/
environment.sample
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
#
# environment variables that are commented out
# have a default value, all others must be provided
#
# broker URI to use for the celery task queue
#BROKER_URI=redis://queue
#HTTP_HOST=0.0.0.0
#HTTP_PORT=8080
# GitHub webhook secret
GITHUB_SECRET=
# GitHub login the bot uses to perform GitHub activites
GITHUB_LOGIN=
# GitHub oauth token
GITHUB_TOKEN=
# Github organisation name (default OCA)
GITHUB_ORG=
# Git name and email used for creating commits (default: user git config,
# needs to be set to to launch the docker composition)
GIT_NAME=
GIT_EMAIL=
#ODOO_URL=https://odoo-community.org
#ODOO_DB=odoo_community_v11
ODOO_LOGIN=
ODOO_PASSWORD=
#SENTRY_DSN=
# Coma separated list of task to run
# By default all configured tasks are run.
# Available tasks:
# delete_branch,tag_approved,tag_ready_to_merge,gen_addons_table,
# gen_addons_readme,gen_addons_icon,setuptools_odoo,merge_bot,tag_needs_review
#BOT_TASKS=all
# Root of the PEP 503 simple index where wheels are published
# (publishing disabled if empty)
SIMPLE_INDEX_ROOT=/app/run/simple-index