clean up fernet key

This commit is contained in:
xnuinside
2019-08-19 12:54:37 +03:00
parent 60eff7749d
commit 36b6e59170
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ load_examples = False
plugins_folder = /usr/local/airflow/plugins
# Secret key to save connection passwords in the db
fernet_key = cryptography_not_found_storing_passwords_in_plain_text
fernet_key =
# Whether to disable pickling dags
donot_pickle = False

View File

@@ -99,7 +99,7 @@ load_examples = False
plugins_folder = /usr/local/airflow/plugins
# Secret key to save connection passwords in the db
fernet_key = cryptography_not_found_storing_passwords_in_plain_text
fernet_key =
# Whether to disable pickling dags
donot_pickle = False