Closed luabida closed 1 year ago
ok I will take a look into that. btw, @luabida could you open a PR to fix the .env template? https://github.com/thegraphnetwork/EpiGraphHub/blob/main/.env.tpl#L14-L20
it should use the same structure of the other ones, please for default values (just if it is necessary), you can use the bash syntax, eg.:
MYVAR=${MYVAR:-DEFAULTVAL}
btw, for requests about production, please open a PR on https://github.com/thegraphnetwork/epigraphhub-deployment
Describe the bug
Variables that should be added:
AIRFLOW__SMTP__SMTP_HOST
: The SMTP server hostname or IP address.AIRFLOW__SMTP__SMTP_PORT
: The SMTP server port number.AIRFLOW__SMTP__SMTP_STARTTLS
: (Optional) Set this to True if your SMTP server requires a secure connection using STARTTLS.AIRFLOW__SMTP__SMTP_SSL
: (Optional) Set this to True if your SMTP server requires a secure connection using SSL.AIRFLOW__SMTP__SMTP_USER
: The username for authenticating with the SMTP server.AIRFLOW__SMTP__SMTP_PASSWORD
: The password for authenticating with the SMTP server.AIRFLOW__SMTP__SMTP_MAIL_FROM
: The email address that will be used as the sender for all emails sent by Airflow.AIRFLOW__SMTP__SMTP_TLS
: (Optional) Set this to True if you want to use a secure connection using TLS.To Reproduce
https://airflow.epigraphhub.org/log?dag_id=SINAN_SIFG&task_id=upload&execution_date=2023-02-01T00%3A00%3A00%2B00%3A00
Expected behavior
Sending the email
Screenshots
Desktop
Smartphone
Additional context
No response