go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/milo/ui/.env.development (about)

     1  # You can change the env variables during local development by overriding them
     2  # in the `.env.development.local` file. This prevents the changes from being
     3  # accidentially committed.
     4  
     5  VITE_ENABLE_UI_SW=false
     6  
     7  VITE_MILO_URL="https://luci-milo-dev.appspot.com"
     8  VITE_MILO_VERSION="9000000-localdev"
     9  VITE_BUILDBUCKET_HOST="cr-buildbucket-dev.appspot.com"
    10  VITE_SWARMING_DEFAULT_HOST="chromium-swarm-dev.appspot.com"
    11  VITE_RESULT_DB_HOST="staging.results.api.cr.dev"
    12  VITE_LUCI_ANALYSIS_HOST="luci-analysis-dev.appspot.com"
    13  VITE_LUCI_BISECTION_HOST="luci-bisection-dev.appspot.com"
    14  VITE_LUCI_NOTIFY_HOST="luci-notify-dev.appspot.com"
    15  VITE_SHERIFF_O_MATIC_HOST="sheriff-o-matic-staging.appspot.com"
    16  VITE_TREE_STATUS_HOST="luci-tree-status-dev.appspot.com"