airflow.json 319 B

123456789101112
  1. {
  2. "display_name": "Default AirFlow Pipeline Runtime",
  3. "metadata": {
  4. "api_endpoint": "http://localhost:30809",
  5. "cos_endpoint": "http://localhost:31128",
  6. "cos_bucket": "tester",
  7. "cos_username": "minio",
  8. "cos_password": "minio123",
  9. "cos_dag_bucket": "airflow"
  10. },
  11. "schema_name": "airflow"
  12. }