From 1638c600047a8aece65f7be18f9d37d558b4d88d Mon Sep 17 00:00:00 2001 From: xnuinside Date: Tue, 21 Jul 2020 12:07:00 +0300 Subject: [PATCH] added fernet_key --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 8064c83..9477f97 100644 --- a/.env +++ b/.env @@ -8,4 +8,5 @@ AIRFLOW__CORE__LOAD_DEFAULT_CONNECTIONS=False AIRFLOW__SCHEDULER__SCHEDULER_HEARTBEAT_SEC=10 AIRFLOW__CELERY__BROKER_URL=redis://:@redis:6379/0 AIRFLOW__CELERY__RESULT_BACKEND=db+postgresql://airflow:airflow@postgres:5432/airflow -AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres:5432/airflow \ No newline at end of file +AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres:5432/airflow +AIRFLOW__CORE__FERNET_KEY=Zt62766f9667ea_zt4e3Ziq3LdUUO7F2Z95cvFFx16hU8jTeR1ASM= \ No newline at end of file