-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
51 lines (41 loc) · 1.98 KB
/
.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
46
47
48
49
50
51
# Auto-generated, please adjust.
# ---------- Database ----------
DIRECTOR_DATABASE_URI="mysql+mysqlconnector://user:[email protected]:3306/grimoirelab_merlin"
DIRECTOR_SAAS_DATABASE_URI="mysql+mysqlconnector://user:pass:3306/grimoirelab_saas"
DIRECTOR_DATABASE_POOL_RECYCLE=600
# ---------- Celery ----------
DIRECTOR_BROKER_URI="amqp://admin:admin@localhost"
DIRECTOR_RESULT_BACKEND_URI="redis://localhost:6379/0"
# ---------- Frontend ----------
DIRECTOR_API_URL="http://106.13.250.196:8000/api"
DIRECTOR_FLOWER_URL="http://106.13.250.196:5555"
DIRECTOR_ENABLE_HISTORY_MODE=false
DIRECTOR_REFRESH_INTERVAL=30000
# DIRECTOR_REPO_LINK="https://github.com/ovh/celery-director"
# DIRECTOR_DOCUMENTATION_LINK="https://ovh.github.io/celery-director"
# ---------- API ----------
DIRECTOR_WORKFLOWS_PER_PAGE=100
DIRECTOR_AUTH_ENABLED = false
# These settings are designed to be used with the "director dlassets" command,
# the DIRECTOR_STATIC_FOLDER will be used if you set DIRECTOR_ENABLE_CDN to false.
DIRECTOR_ENABLE_CDN=false
DIRECTOR_STATIC_FOLDER=${DIRECTOR_HOME}/static
# ---------- Sentry ----------
DIRECTOR_SENTRY_DSN=""
# ---------- Retention ----------
DIRECTOR_DEFAULT_RETENTION_OFFSET=-1
# ---------- Custom ----------
DIRECTOR_GITEE_API_TOKEN=""
DIRECTOR_GITHUB_API_TOKEN=""
DIRECTOR_GRIMOIRELAB_CONFIG_FOLDER="/home/git/compass-service-scheduler/analysis_data"
DIRECTOR_GRIMOIRELAB_CONFIG_TEMPLATE="/home/git/compass-service-scheduler/setup-template.cfg"
DIRECTOR_GITHUB_PROXY=http://127.0.0.1:10807
DIRECTOR_ES_URL="http://admin:admin@opensearch-1:9200"
DIRECTOR_METRICS_OUT_INDEX="openharmony_metric_model"
DIRECTOR_METRICS_COMMUNITY="openharmony"
DIRECTOR_METRICS_FROM_DATE="2000-01-01"
# DIRECTOR_METRICS_END_DATE="2022-08-01" # no use, end date forever datetime.now()
DIRECTOR_METRICS_LEVEL="repo"
DIRECTOR_HOOK_PASS="webhook_password"
DIRECTOR_IDENTITIES_CONFIG_FILE="/home/git/compass-metrics-model/identities.yml"
DIRECTOR_ORGANIZATIONS_CONFIG_FILE="/home/git/compass-metrics-model/organizations.json"