mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
5 lines
213 B
Bash
5 lines
213 B
Bash
|
AIRFLOW_UID=1000
|
||
|
AIRFLOW_PROJ_DIR=./data/airflow
|
||
|
# python3 -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())'
|
||
|
AIRFLOW__CORE__FERNET_KEY=qV3dXnw7hSd34a43soalJ_JJzSOnec6OEDGe6AXd320=
|