forked from datacamp/viewflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
14 lines (11 loc) · 642 Bytes
/
Copy path.env
File metadata and controls
14 lines (11 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AIRFLOW__CORE__LOAD_DEFAULT_CONNECTIONS=False
AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres:5432/airflow
AIRFLOW__CORE__FERNET_KEY=81HqDtbqAywKSOumSha3BhWNOdQ26slT6K0YaZeZyPs=
AIRFLOW_CONN_METADATA_DB=postgresql+psycopg2://airflow:airflow@postgres:5432/airflow
AIRFLOW_VAR__METADATA_DB_SCHEMA=airflow2
AIRFLOW__SCHEDULER__SCHEDULER_HEARTBEAT_SEC=10
AIRFLOW__CORE__DAGS_FOLDER=/opt/airflow/dags
AIRFLOW__CORE__EXECUTOR=LocalExecutor
AIRFLOW__WEBSERVER__DAG_DEFAULT_VIEW=graph
AIRFLOW__CORE__DAG_DISCOVERY_SAFE_MODE=False
AIRFLOW_CONN_POSTGRES_DEMO=postgresql+psycopg2://airflow:airflow@postgres:5432/airflow