--- host: 127.0.0.1 # default: 127.0.0.1 port: 8321 # default: 8080 ### Path to the DAGs directory # dags: # default: ${DAGU_HOME}/dags ### Web UI Color & Title navbarColor: "#119eff" # header color for web UI (e.g. "#ff0000") navbarTitle: CombineOS Dagu # header title for web UI (e.g. "PROD") ### Basic Auth isBasicAuth: false # enables basic auth # basicAuthUsername: # basic auth user # basicAuthPassword: # basic auth password ### Base Config # baseConfig: # default: ${DAGU_HOME}/config.yaml ### Working Directory # workDir: # default: DAG location ### SSL Configuration # tls: # certFile: # keyFile: