-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
41 lines (35 loc) · 999 Bytes
/
.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
DB_HOST=""
DB_PORT=""
DB_NAME=""
DB_USER=""
DB_PASSWORD=""
DB_DAGSTER_HOST=""
DB_DAGSTER_PORT=""
DB_DAGSTER_NAME=""
DB_DAGSTER_USER=""
DB_DAGSTER_PASSWORD=""
# Slack BOT Token and Channel
DAGSTER_SLACK_BOT_TOKEN=""
DAGSTER_SLACK_BOT_CHANNEL=""
DAGSTER_SLACK_BOT_MAIN_CHANNEL=""
# STREAMLIT CONFIG
# Redirect to /dagster, configured in nginx.conf
DAGSTER_LINK = "dagster" # DO NOT CHANGE (unless you know what you are doing)
# This variable is used to make dagster respond in the specified route
DAGSTER_PATH_PREFIX = "/dagster-arbo" # DO NOT CHANGE (unless you know what you are doing)
# Email Configuration
EMAIL_HOST=""
EMAIL_PORT=""
EMAIL_HOST_USER=""
EMAIL_HOST_PASSWORD=""
######## REPORTS ########
## Use {date} to insert the date in the subject and body of the email
# EPIRIO Reports
EXTERNAL_REPORTS_EPIRIO_RECIPIENTS=""
EXTERNAL_REPORTS_EPIRIO_SUBJECT=""
EXTERNAL_REPORTS_EPIRIO_BODY=""
######## MINIO ########
MINIO_ENDPOINT=""
MINIO_ACCESS_KEY=""
MINIO_SECRET_KEY=""
MINIO_UI_URL=""