-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
52 lines (42 loc) · 2.08 KB
/
.env.example
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
# Auto-generated, please adjust.
# ---------- Database ----------
DIRECTOR_DATABASE_URI="mysql+mysqlconnector://user:pass:3306/database"
DIRECTOR_SAAS_DATABASE_URI="mysql+mysqlconnector://user:pass:3306/database"
DIRECTOR_DATABASE_POOL_RECYCLE=600
# ---------- Celery ----------
DIRECTOR_BROKER_URI="amqp://user:pass@localhost"
DIRECTOR_RESULT_BACKEND_URI="redis://localhost:6379/0"
# ---------- Frontend ----------
DIRECTOR_API_URL="http://localhost:8000/api"
DIRECTOR_FLOWER_URL="http://localhost:5555"
DIRECTOR_ENABLE_HISTORY_MODE=false
DIRECTOR_REFRESH_INTERVAL=30000
# ---------- 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_COMPASS_CUSTOM_CONFIG_FOLDER="/home/git/compass-service-scheduler/lab_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://user:pass@localhost:9200"
DIRECTOR_RABBITMQ_URI="amqp://user:pass@localhost"
DIRECTOR_METRICS_OUT_INDEX="compass_metric_model"
DIRECTOR_METRICS_FROM_DATE="2000-01-01"
# DIRECTOR_METRICS_END_DATE="2022-08-01" # no use, end date forever datetime.now()
DIRECTOR_HOOK_PASS=""
DIRECTOR_IDENTITIES_CONFIG_FILE="compass-metrics-model/compass_contributor/conf_utils/identities.yml"
DIRECTOR_ORGANIZATIONS_CONFIG_FILE="compass-metrics-model/compass_contributor/conf_utils/organizations.json"
DIRECTOR_BOTS_CONFIG_FILE="compass-metrics-model/compass_contributor/conf_utils/bots.json"
DIRECTOR_RABBITMQ_URI="amqp://admin:admin@localhost"
DIRECTOR_DEFAULT_HOST="http://localhost:8000"