how do I change the base Airflow URL in this UI?
# ui
p
how do I change the base Airflow URL in this UI?
it is set here ^
so we fetch this from the
webserver.base_url
property of your airflow config
p
got it, thanks!